added workflow strongarm variable to admin feature
This commit is contained in:
@@ -6,6 +6,7 @@ dependencies[] = admin_menu
|
||||
dependencies[] = admin_menu_source
|
||||
dependencies[] = admin_menu_toolbar
|
||||
dependencies[] = ctools
|
||||
dependencies[] = elysia_cron
|
||||
dependencies[] = features
|
||||
dependencies[] = menu
|
||||
dependencies[] = role_delegation
|
||||
@@ -14,10 +15,15 @@ dependencies[] = title
|
||||
dependencies[] = views
|
||||
dependencies[] = views_bulk_operations
|
||||
dependencies[] = views_data_export
|
||||
dependencies[] = workflow
|
||||
dependencies[] = workflow_access
|
||||
dependencies[] = workflow_actions
|
||||
dependencies[] = workflow_admin_ui
|
||||
dependencies[] = workflow_views
|
||||
features[ctools][] = elysia_cron:default_elysia_cron_rules:1
|
||||
features[ctools][] = strongarm:strongarm:1
|
||||
features[ctools][] = views:views_default:3.0
|
||||
features[elysia_cron][] = workflow_cron
|
||||
features[features_api][] = api:2
|
||||
features[menu_custom][] = navigation
|
||||
features[menu_links][] = navigation_add-user:admin/people/create
|
||||
@@ -44,6 +50,8 @@ features[menu_links][] = navigation_user-account:user
|
||||
features[menu_links][] = navigation_users:admin/people
|
||||
features[menu_links][] = navigation_users:admin/users
|
||||
features[user_permission][] = access administration menu
|
||||
features[user_permission][] = access workflow summary views
|
||||
features[user_permission][] = administer workflow
|
||||
features[user_permission][] = assign Adhérent role
|
||||
features[user_permission][] = assign Contact opérationnel role
|
||||
features[user_permission][] = assign Premium role
|
||||
@@ -55,6 +63,9 @@ features[user_permission][] = assign administrator role
|
||||
features[user_permission][] = assign all roles
|
||||
features[user_permission][] = display drupal links
|
||||
features[user_permission][] = flush caches
|
||||
features[user_permission][] = participate in workflow
|
||||
features[user_permission][] = schedule workflow transitions
|
||||
features[user_permission][] = show workflow state form
|
||||
features[variable][] = admin_menu_cache_client
|
||||
features[variable][] = admin_menu_devel_modules_enabled
|
||||
features[variable][] = admin_menu_devel_modules_skip
|
||||
@@ -71,6 +82,19 @@ features[variable][] = content_type_extras_title_hide_didactique
|
||||
features[variable][] = content_type_extras_title_hide_materiau
|
||||
features[variable][] = title_node
|
||||
features[variable][] = title_taxonomy_term
|
||||
features[variable][] = workflow_access_priority
|
||||
features[variable][] = workflow_breve
|
||||
features[variable][] = workflow_company
|
||||
features[variable][] = workflow_contact_operationnel
|
||||
features[variable][] = workflow_didactique
|
||||
features[variable][] = workflow_faq
|
||||
features[variable][] = workflow_looping_embed_video
|
||||
features[variable][] = workflow_materiau
|
||||
features[variable][] = workflow_page
|
||||
features[variable][] = workflow_panel
|
||||
features[variable][] = workflow_product
|
||||
features[variable][] = workflow_simplenews
|
||||
features[variable][] = workflow_webform
|
||||
features[views_view][] = admin_content_node
|
||||
features[views_view][] = admin_contents
|
||||
features[views_view][] = admin_peoples
|
||||
|
||||
Reference in New Issue
Block a user