commited features for showroom release
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
function showroom_user_default_permissions() {
|
||||
$permissions = array();
|
||||
|
||||
// Exported permission: 'assign Showroom role'.
|
||||
$permissions['assign Showroom role'] = array(
|
||||
'name' => 'assign Showroom role',
|
||||
// Exported permission: 'assign Admin showroom role'.
|
||||
$permissions['assign Admin showroom role'] = array(
|
||||
'name' => 'assign Admin showroom role',
|
||||
'roles' => array(
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
@@ -20,6 +20,17 @@ function showroom_user_default_permissions() {
|
||||
'module' => 'role_delegation',
|
||||
);
|
||||
|
||||
// Exported permission: 'create field_location'.
|
||||
$permissions['create field_location'] = array(
|
||||
'name' => 'create field_location',
|
||||
'roles' => array(
|
||||
'Admin showroom' => 'Admin showroom',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'create field_showroom'.
|
||||
$permissions['create field_showroom'] = array(
|
||||
'name' => 'create field_showroom',
|
||||
@@ -30,24 +41,6 @@ function showroom_user_default_permissions() {
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'create field_showroom_localisation'.
|
||||
$permissions['create field_showroom_localisation'] = array(
|
||||
'name' => 'create field_showroom_localisation',
|
||||
'roles' => array(
|
||||
'Showroom' => 'Showroom',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'create field_showroom_localisation_show'.
|
||||
$permissions['create field_showroom_localisation_show'] = array(
|
||||
'name' => 'create field_showroom_localisation_show',
|
||||
'roles' => array(),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'create field_tode_showroom'.
|
||||
$permissions['create field_tode_showroom'] = array(
|
||||
'name' => 'create field_tode_showroom',
|
||||
@@ -117,6 +110,17 @@ function showroom_user_default_permissions() {
|
||||
'module' => 'node',
|
||||
);
|
||||
|
||||
// Exported permission: 'edit field_location'.
|
||||
$permissions['edit field_location'] = array(
|
||||
'name' => 'edit field_location',
|
||||
'roles' => array(
|
||||
'Admin showroom' => 'Admin showroom',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'edit field_showroom'.
|
||||
$permissions['edit field_showroom'] = array(
|
||||
'name' => 'edit field_showroom',
|
||||
@@ -127,23 +131,6 @@ function showroom_user_default_permissions() {
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'edit field_showroom_localisation'.
|
||||
$permissions['edit field_showroom_localisation'] = array(
|
||||
'name' => 'edit field_showroom_localisation',
|
||||
'roles' => array(
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'edit field_showroom_localisation_show'.
|
||||
$permissions['edit field_showroom_localisation_show'] = array(
|
||||
'name' => 'edit field_showroom_localisation_show',
|
||||
'roles' => array(),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'edit field_tode_showroom'.
|
||||
$permissions['edit field_tode_showroom'] = array(
|
||||
'name' => 'edit field_tode_showroom',
|
||||
@@ -154,6 +141,17 @@ function showroom_user_default_permissions() {
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'edit own field_location'.
|
||||
$permissions['edit own field_location'] = array(
|
||||
'name' => 'edit own field_location',
|
||||
'roles' => array(
|
||||
'Admin showroom' => 'Admin showroom',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'edit own field_showroom'.
|
||||
$permissions['edit own field_showroom'] = array(
|
||||
'name' => 'edit own field_showroom',
|
||||
@@ -164,23 +162,6 @@ function showroom_user_default_permissions() {
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'edit own field_showroom_localisation'.
|
||||
$permissions['edit own field_showroom_localisation'] = array(
|
||||
'name' => 'edit own field_showroom_localisation',
|
||||
'roles' => array(
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'edit own field_showroom_localisation_show'.
|
||||
$permissions['edit own field_showroom_localisation_show'] = array(
|
||||
'name' => 'edit own field_showroom_localisation_show',
|
||||
'roles' => array(),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'edit own field_tode_showroom'.
|
||||
$permissions['edit own field_tode_showroom'] = array(
|
||||
'name' => 'edit own field_tode_showroom',
|
||||
@@ -229,6 +210,13 @@ function showroom_user_default_permissions() {
|
||||
'module' => 'override_node_options',
|
||||
);
|
||||
|
||||
// Exported permission: 'materio showroom migrate fields'.
|
||||
$permissions['materio showroom migrate fields'] = array(
|
||||
'name' => 'materio showroom migrate fields',
|
||||
'roles' => array(),
|
||||
'module' => 'materio_showroom',
|
||||
);
|
||||
|
||||
// Exported permission: 'merge showroom terms'.
|
||||
$permissions['merge showroom terms'] = array(
|
||||
'name' => 'merge showroom terms',
|
||||
@@ -296,13 +284,28 @@ function showroom_user_default_permissions() {
|
||||
$permissions['show showroom title'] = array(
|
||||
'name' => 'show showroom title',
|
||||
'roles' => array(
|
||||
'Showroom' => 'Showroom',
|
||||
'Admin showroom' => 'Admin showroom',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'materio_page_title',
|
||||
);
|
||||
|
||||
// Exported permission: 'view field_location'.
|
||||
$permissions['view field_location'] = array(
|
||||
'name' => 'view field_location',
|
||||
'roles' => array(
|
||||
'Adhérent' => 'Adhérent',
|
||||
'Admin showroom' => 'Admin showroom',
|
||||
'Premium' => 'Premium',
|
||||
'Student' => 'Student',
|
||||
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'view field_showroom'.
|
||||
$permissions['view field_showroom'] = array(
|
||||
'name' => 'view field_showroom',
|
||||
@@ -313,9 +316,9 @@ function showroom_user_default_permissions() {
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'view field_showroom_localisation'.
|
||||
$permissions['view field_showroom_localisation'] = array(
|
||||
'name' => 'view field_showroom_localisation',
|
||||
// Exported permission: 'view field_tode_showroom'.
|
||||
$permissions['view field_tode_showroom'] = array(
|
||||
'name' => 'view field_tode_showroom',
|
||||
'roles' => array(
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
@@ -323,20 +326,11 @@ function showroom_user_default_permissions() {
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'view field_showroom_localisation_show'.
|
||||
$permissions['view field_showroom_localisation_show'] = array(
|
||||
'name' => 'view field_showroom_localisation_show',
|
||||
'roles' => array(
|
||||
'anonymous user' => 'anonymous user',
|
||||
'authenticated user' => 'authenticated user',
|
||||
),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'view field_tode_showroom'.
|
||||
$permissions['view field_tode_showroom'] = array(
|
||||
'name' => 'view field_tode_showroom',
|
||||
// Exported permission: 'view own field_location'.
|
||||
$permissions['view own field_location'] = array(
|
||||
'name' => 'view own field_location',
|
||||
'roles' => array(
|
||||
'Admin showroom' => 'Admin showroom',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@@ -353,24 +347,6 @@ function showroom_user_default_permissions() {
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'view own field_showroom_localisation'.
|
||||
$permissions['view own field_showroom_localisation'] = array(
|
||||
'name' => 'view own field_showroom_localisation',
|
||||
'roles' => array(
|
||||
'Showroom' => 'Showroom',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'view own field_showroom_localisation_show'.
|
||||
$permissions['view own field_showroom_localisation_show'] = array(
|
||||
'name' => 'view own field_showroom_localisation_show',
|
||||
'roles' => array(),
|
||||
'module' => 'field_permissions',
|
||||
);
|
||||
|
||||
// Exported permission: 'view own field_tode_showroom'.
|
||||
$permissions['view own field_tode_showroom'] = array(
|
||||
'name' => 'view own field_tode_showroom',
|
||||
|
Reference in New Issue
Block a user