|
@@ -10,804 +10,806 @@
|
|
|
function materio_user_profiles_user_default_permissions() {
|
|
|
$permissions = array();
|
|
|
|
|
|
- // Exported permission: administer profile types.
|
|
|
+ // Exported permission: 'administer profile types'.
|
|
|
$permissions['administer profile types'] = array(
|
|
|
'name' => 'administer profile types',
|
|
|
'roles' => array(
|
|
|
- 0 => 'root',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'profile2',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: administer profiles.
|
|
|
+ // Exported permission: 'administer profiles'.
|
|
|
$permissions['administer profiles'] = array(
|
|
|
'name' => 'administer profiles',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'profile2',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_adresse.
|
|
|
+ // Exported permission: 'create field_adresse'.
|
|
|
$permissions['create field_adresse'] = array(
|
|
|
'name' => 'create field_adresse',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_employee.
|
|
|
+ // Exported permission: 'create field_employee'.
|
|
|
$permissions['create field_employee'] = array(
|
|
|
'name' => 'create field_employee',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_first_name.
|
|
|
+ // Exported permission: 'create field_first_name'.
|
|
|
$permissions['create field_first_name'] = array(
|
|
|
'name' => 'create field_first_name',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_naf.
|
|
|
+ // Exported permission: 'create field_naf'.
|
|
|
$permissions['create field_naf'] = array(
|
|
|
'name' => 'create field_naf',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Utilisateur',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Utilisateur' => 'Utilisateur',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_name.
|
|
|
+ // Exported permission: 'create field_name'.
|
|
|
$permissions['create field_name'] = array(
|
|
|
'name' => 'create field_name',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_organization.
|
|
|
+ // Exported permission: 'create field_organization'.
|
|
|
$permissions['create field_organization'] = array(
|
|
|
'name' => 'create field_organization',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_private_name_title.
|
|
|
+ // Exported permission: 'create field_private_name_title'.
|
|
|
$permissions['create field_private_name_title'] = array(
|
|
|
'name' => 'create field_private_name_title',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_private_phone.
|
|
|
+ // Exported permission: 'create field_private_phone'.
|
|
|
$permissions['create field_private_phone'] = array(
|
|
|
'name' => 'create field_private_phone',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_private_quality.
|
|
|
+ // Exported permission: 'create field_private_quality'.
|
|
|
$permissions['create field_private_quality'] = array(
|
|
|
'name' => 'create field_private_quality',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'Unverified',
|
|
|
- 5 => 'Utilisateur',
|
|
|
- 6 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'Unverified' => 'Unverified',
|
|
|
+ 'Utilisateur' => 'Utilisateur',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_service.
|
|
|
+ // Exported permission: 'create field_service'.
|
|
|
$permissions['create field_service'] = array(
|
|
|
'name' => 'create field_service',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_siret.
|
|
|
+ // Exported permission: 'create field_siret'.
|
|
|
$permissions['create field_siret'] = array(
|
|
|
'name' => 'create field_siret',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: create field_user_website.
|
|
|
+ // Exported permission: 'create field_user_website'.
|
|
|
$permissions['create field_user_website'] = array(
|
|
|
'name' => 'create field_user_website',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit any adherent profile.
|
|
|
+ // Exported permission: 'edit any adherent profile'.
|
|
|
$permissions['edit any adherent profile'] = array(
|
|
|
'name' => 'edit any adherent profile',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'profile2',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit any contact_operationnel profile.
|
|
|
+ // Exported permission: 'edit any contact_operationnel profile'.
|
|
|
$permissions['edit any contact_operationnel profile'] = array(
|
|
|
'name' => 'edit any contact_operationnel profile',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'profile2',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_adresse.
|
|
|
+ // Exported permission: 'edit field_adresse'.
|
|
|
$permissions['edit field_adresse'] = array(
|
|
|
'name' => 'edit field_adresse',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_employee.
|
|
|
+ // Exported permission: 'edit field_employee'.
|
|
|
$permissions['edit field_employee'] = array(
|
|
|
'name' => 'edit field_employee',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_first_name.
|
|
|
+ // Exported permission: 'edit field_first_name'.
|
|
|
$permissions['edit field_first_name'] = array(
|
|
|
'name' => 'edit field_first_name',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_naf.
|
|
|
+ // Exported permission: 'edit field_naf'.
|
|
|
$permissions['edit field_naf'] = array(
|
|
|
'name' => 'edit field_naf',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_name.
|
|
|
+ // Exported permission: 'edit field_name'.
|
|
|
$permissions['edit field_name'] = array(
|
|
|
'name' => 'edit field_name',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_organization.
|
|
|
+ // Exported permission: 'edit field_organization'.
|
|
|
$permissions['edit field_organization'] = array(
|
|
|
'name' => 'edit field_organization',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_private_name_title.
|
|
|
+ // Exported permission: 'edit field_private_name_title'.
|
|
|
$permissions['edit field_private_name_title'] = array(
|
|
|
'name' => 'edit field_private_name_title',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_private_phone.
|
|
|
+ // Exported permission: 'edit field_private_phone'.
|
|
|
$permissions['edit field_private_phone'] = array(
|
|
|
'name' => 'edit field_private_phone',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_private_quality.
|
|
|
+ // Exported permission: 'edit field_private_quality'.
|
|
|
$permissions['edit field_private_quality'] = array(
|
|
|
'name' => 'edit field_private_quality',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_service.
|
|
|
+ // Exported permission: 'edit field_service'.
|
|
|
$permissions['edit field_service'] = array(
|
|
|
'name' => 'edit field_service',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_siret.
|
|
|
+ // Exported permission: 'edit field_siret'.
|
|
|
$permissions['edit field_siret'] = array(
|
|
|
'name' => 'edit field_siret',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit field_user_website.
|
|
|
+ // Exported permission: 'edit field_user_website'.
|
|
|
$permissions['edit field_user_website'] = array(
|
|
|
'name' => 'edit field_user_website',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own adherent profile.
|
|
|
+ // Exported permission: 'edit own adherent profile'.
|
|
|
$permissions['edit own adherent profile'] = array(
|
|
|
'name' => 'edit own adherent profile',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Premium',
|
|
|
- 2 => 'Student',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'Unverified' => 'Unverified',
|
|
|
+ 'Utilisateur' => 'Utilisateur',
|
|
|
),
|
|
|
'module' => 'profile2',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own contact_operationnel profile.
|
|
|
+ // Exported permission: 'edit own contact_operationnel profile'.
|
|
|
$permissions['edit own contact_operationnel profile'] = array(
|
|
|
'name' => 'edit own contact_operationnel profile',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Contact opérationnel',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
),
|
|
|
'module' => 'profile2',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_adresse.
|
|
|
+ // Exported permission: 'edit own field_adresse'.
|
|
|
$permissions['edit own field_adresse'] = array(
|
|
|
'name' => 'edit own field_adresse',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_employee.
|
|
|
+ // Exported permission: 'edit own field_employee'.
|
|
|
$permissions['edit own field_employee'] = array(
|
|
|
'name' => 'edit own field_employee',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_first_name.
|
|
|
+ // Exported permission: 'edit own field_first_name'.
|
|
|
$permissions['edit own field_first_name'] = array(
|
|
|
'name' => 'edit own field_first_name',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_naf.
|
|
|
+ // Exported permission: 'edit own field_naf'.
|
|
|
$permissions['edit own field_naf'] = array(
|
|
|
'name' => 'edit own field_naf',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Utilisateur',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Utilisateur' => 'Utilisateur',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_name.
|
|
|
+ // Exported permission: 'edit own field_name'.
|
|
|
$permissions['edit own field_name'] = array(
|
|
|
'name' => 'edit own field_name',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_organization.
|
|
|
+ // Exported permission: 'edit own field_organization'.
|
|
|
$permissions['edit own field_organization'] = array(
|
|
|
'name' => 'edit own field_organization',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_private_name_title.
|
|
|
+ // Exported permission: 'edit own field_private_name_title'.
|
|
|
$permissions['edit own field_private_name_title'] = array(
|
|
|
'name' => 'edit own field_private_name_title',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_private_phone.
|
|
|
+ // Exported permission: 'edit own field_private_phone'.
|
|
|
$permissions['edit own field_private_phone'] = array(
|
|
|
'name' => 'edit own field_private_phone',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_private_quality.
|
|
|
+ // Exported permission: 'edit own field_private_quality'.
|
|
|
$permissions['edit own field_private_quality'] = array(
|
|
|
'name' => 'edit own field_private_quality',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'Unverified',
|
|
|
- 5 => 'Utilisateur',
|
|
|
- 6 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'Unverified' => 'Unverified',
|
|
|
+ 'Utilisateur' => 'Utilisateur',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_service.
|
|
|
+ // Exported permission: 'edit own field_service'.
|
|
|
$permissions['edit own field_service'] = array(
|
|
|
'name' => 'edit own field_service',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_siret.
|
|
|
+ // Exported permission: 'edit own field_siret'.
|
|
|
$permissions['edit own field_siret'] = array(
|
|
|
'name' => 'edit own field_siret',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: edit own field_user_website.
|
|
|
+ // Exported permission: 'edit own field_user_website'.
|
|
|
$permissions['edit own field_user_website'] = array(
|
|
|
'name' => 'edit own field_user_website',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view any adherent profile.
|
|
|
+ // Exported permission: 'view any adherent profile'.
|
|
|
$permissions['view any adherent profile'] = array(
|
|
|
'name' => 'view any adherent profile',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'profile2',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view any contact_operationnel profile.
|
|
|
+ // Exported permission: 'view any contact_operationnel profile'.
|
|
|
$permissions['view any contact_operationnel profile'] = array(
|
|
|
'name' => 'view any contact_operationnel profile',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Premium',
|
|
|
- 1 => 'administrator',
|
|
|
- 2 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'profile2',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_adresse.
|
|
|
+ // Exported permission: 'view field_adresse'.
|
|
|
$permissions['view field_adresse'] = array(
|
|
|
'name' => 'view field_adresse',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_employee.
|
|
|
+ // Exported permission: 'view field_employee'.
|
|
|
$permissions['view field_employee'] = array(
|
|
|
'name' => 'view field_employee',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_first_name.
|
|
|
+ // Exported permission: 'view field_first_name'.
|
|
|
$permissions['view field_first_name'] = array(
|
|
|
'name' => 'view field_first_name',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_naf.
|
|
|
+ // Exported permission: 'view field_naf'.
|
|
|
$permissions['view field_naf'] = array(
|
|
|
'name' => 'view field_naf',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_name.
|
|
|
+ // Exported permission: 'view field_name'.
|
|
|
$permissions['view field_name'] = array(
|
|
|
'name' => 'view field_name',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_organization.
|
|
|
+ // Exported permission: 'view field_organization'.
|
|
|
$permissions['view field_organization'] = array(
|
|
|
'name' => 'view field_organization',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_private_name_title.
|
|
|
+ // Exported permission: 'view field_private_name_title'.
|
|
|
$permissions['view field_private_name_title'] = array(
|
|
|
'name' => 'view field_private_name_title',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_private_phone.
|
|
|
+ // Exported permission: 'view field_private_phone'.
|
|
|
$permissions['view field_private_phone'] = array(
|
|
|
'name' => 'view field_private_phone',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_private_quality.
|
|
|
+ // Exported permission: 'view field_private_quality'.
|
|
|
$permissions['view field_private_quality'] = array(
|
|
|
'name' => 'view field_private_quality',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_service.
|
|
|
+ // Exported permission: 'view field_service'.
|
|
|
$permissions['view field_service'] = array(
|
|
|
'name' => 'view field_service',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_siret.
|
|
|
+ // Exported permission: 'view field_siret'.
|
|
|
$permissions['view field_siret'] = array(
|
|
|
'name' => 'view field_siret',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view field_user_website.
|
|
|
+ // Exported permission: 'view field_user_website'.
|
|
|
$permissions['view field_user_website'] = array(
|
|
|
'name' => 'view field_user_website',
|
|
|
'roles' => array(
|
|
|
- 0 => 'administrator',
|
|
|
- 1 => 'root',
|
|
|
+ 'administrator' => 'administrator',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own adherent profile.
|
|
|
+ // Exported permission: 'view own adherent profile'.
|
|
|
$permissions['view own adherent profile'] = array(
|
|
|
'name' => 'view own adherent profile',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Premium',
|
|
|
- 2 => 'Student',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'Utilisateur' => 'Utilisateur',
|
|
|
),
|
|
|
'module' => 'profile2',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own contact_operationnel profile.
|
|
|
+ // Exported permission: 'view own contact_operationnel profile'.
|
|
|
$permissions['view own contact_operationnel profile'] = array(
|
|
|
'name' => 'view own contact_operationnel profile',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Contact opérationnel',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
),
|
|
|
'module' => 'profile2',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_adresse.
|
|
|
+ // Exported permission: 'view own field_adresse'.
|
|
|
$permissions['view own field_adresse'] = array(
|
|
|
'name' => 'view own field_adresse',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_employee.
|
|
|
+ // Exported permission: 'view own field_employee'.
|
|
|
$permissions['view own field_employee'] = array(
|
|
|
'name' => 'view own field_employee',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_first_name.
|
|
|
+ // Exported permission: 'view own field_first_name'.
|
|
|
$permissions['view own field_first_name'] = array(
|
|
|
'name' => 'view own field_first_name',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_naf.
|
|
|
+ // Exported permission: 'view own field_naf'.
|
|
|
$permissions['view own field_naf'] = array(
|
|
|
'name' => 'view own field_naf',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Utilisateur',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Utilisateur' => 'Utilisateur',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_name.
|
|
|
+ // Exported permission: 'view own field_name'.
|
|
|
$permissions['view own field_name'] = array(
|
|
|
'name' => 'view own field_name',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_organization.
|
|
|
+ // Exported permission: 'view own field_organization'.
|
|
|
$permissions['view own field_organization'] = array(
|
|
|
'name' => 'view own field_organization',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_private_name_title.
|
|
|
+ // Exported permission: 'view own field_private_name_title'.
|
|
|
$permissions['view own field_private_name_title'] = array(
|
|
|
'name' => 'view own field_private_name_title',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_private_phone.
|
|
|
+ // Exported permission: 'view own field_private_phone'.
|
|
|
$permissions['view own field_private_phone'] = array(
|
|
|
'name' => 'view own field_private_phone',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_private_quality.
|
|
|
+ // Exported permission: 'view own field_private_quality'.
|
|
|
$permissions['view own field_private_quality'] = array(
|
|
|
'name' => 'view own field_private_quality',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'Unverified',
|
|
|
- 5 => 'Utilisateur',
|
|
|
- 6 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'Unverified' => 'Unverified',
|
|
|
+ 'Utilisateur' => 'Utilisateur',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_service.
|
|
|
+ // Exported permission: 'view own field_service'.
|
|
|
$permissions['view own field_service'] = array(
|
|
|
'name' => 'view own field_service',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_siret.
|
|
|
+ // Exported permission: 'view own field_siret'.
|
|
|
$permissions['view own field_siret'] = array(
|
|
|
'name' => 'view own field_siret',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|
|
|
|
|
|
- // Exported permission: view own field_user_website.
|
|
|
+ // Exported permission: 'view own field_user_website'.
|
|
|
$permissions['view own field_user_website'] = array(
|
|
|
'name' => 'view own field_user_website',
|
|
|
'roles' => array(
|
|
|
- 0 => 'Adhérent',
|
|
|
- 1 => 'Contact opérationnel',
|
|
|
- 2 => 'Premium',
|
|
|
- 3 => 'Student',
|
|
|
- 4 => 'root',
|
|
|
+ 'Adhérent' => 'Adhérent',
|
|
|
+ 'Contact opérationnel' => 'Contact opérationnel',
|
|
|
+ 'Premium' => 'Premium',
|
|
|
+ 'Student' => 'Student',
|
|
|
+ 'root' => 'root',
|
|
|
),
|
|
|
'module' => 'field_permissions',
|
|
|
);
|