You are here

constant OA_ACCESS_TEAM_DEFAULT_OPTION_ALL in Open Atrium Core 7.2

Permission type -- This permission will be set to 'All' by default for Teams.

This implies OA_ACCESS_ALLOW_OPTION_ALL as well.

3 uses of OA_ACCESS_TEAM_DEFAULT_OPTION_ALL
oa_access_initialize_permissions in modules/oa_access/oa_access.module
Initializes new permissions that were added after module install.
oa_access_node_insert in modules/oa_access/oa_access.module
Implements hook_node_insert().
oa_access_test_all_oa_access_permission in modules/oa_access/tests/oa_access_test_all/oa_access_test_all.module
Implements hook_oa_access_permission().

File

modules/oa_access/oa_access.module, line 44
Code for the Open Atrium Access module.

Code

define('OA_ACCESS_TEAM_DEFAULT_OPTION_ALL', 16 | OA_ACCESS_ALLOW_OPTION_ALL);