Commit 93ca4de8 authored by Romain Courteaud's avatar Romain Courteaud

Do not add useless history and metadata actions when creating a XML Object

based portal type.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20119 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e8295c22
...@@ -73,18 +73,6 @@ class XMLObject( Folder ): ...@@ -73,18 +73,6 @@ class XMLObject( Folder ):
, 'action' : 'XMLObject_view' , 'action' : 'XMLObject_view'
, 'permissions' : ( Permissions.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, )
}
) )
} }
......
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