Commit 67c48e5e authored by Aurel's avatar Aurel

reove actions are they are now manage into erp5_core


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4936 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de57c33e
......@@ -2998,57 +2998,6 @@ Business Template is a set of definitions, such as skins, portal types and categ
)
, 'filter_content_types' : 1
, 'global_allow' : 1
, 'actions' :
( { 'id' : 'view'
, 'name' : 'View'
, 'category' : 'object_view'
, 'action' : 'BusinessTemplate_view'
, 'permissions' : (
Permissions.View, )
}
, { 'id' : 'history'
, 'name' : 'History'
, 'category' : 'object_view'
, 'action' : 'Base_viewHistory'
, 'permissions' : (
Permissions.View, )
}
, { 'id' : 'metadata'
, 'name' : 'Metadata'
, 'category' : 'object_view'
, 'action' : 'Base_viewMetadata'
, 'permissions' : (
Permissions.ManageProperties, )
}
, { 'id' : 'update'
, 'name' : 'Update Business Template'
, 'category' : 'object_action'
, 'action' : 'BusinessTemplate_update'
, 'permissions' : (
Permissions.ModifyPortalContent, )
}
, { 'id' : 'save'
, 'name' : 'Save Business Template'
, 'category' : 'object_action'
, 'action' : 'BusinessTemplate_save'
, 'permissions' : (
Permissions.ManagePortal, )
}
, { 'id' : 'export'
, 'name' : 'Export Business Template'
, 'category' : 'object_action'
, 'action' : 'BusinessTemplate_export'
, 'permissions' : (
Permissions.ManagePortal, )
}
, { 'id' : 'unittest_run'
, 'name' : 'Run Unit Tests'
, 'category' : 'object_action'
, 'action' : 'BusinessTemplate_viewUnitTestRunDialog'
, 'permissions' : (
Permissions.ManagePortal, )
}
)
}
# This is a global variable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment