Commit 5b580728 authored by Jérome Perrin's avatar Jérome Perrin

fix manage_options for ERP5 Type Informations



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9540 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 657e21bb
...@@ -79,11 +79,11 @@ class ERP5TypeInformation( FactoryTypeInformation, ...@@ -79,11 +79,11 @@ class ERP5TypeInformation( FactoryTypeInformation,
meta_type = 'ERP5 Type Information' meta_type = 'ERP5 Type Information'
security = ClassSecurityInfo() security = ClassSecurityInfo()
manage_options = ( SimpleItemWithProperties.manage_options[:1] manage_options = ( FactoryTypeInformation.manage_options[:1]
+ ActionProviderBase.manage_options + ActionProviderBase.manage_options
+ RoleProviderBase.manage_options + RoleProviderBase.manage_options
+ TranslationProviderBase.manage_options + TranslationProviderBase.manage_options
+ SimpleItemWithProperties.manage_options[1:] + FactoryTypeInformation.manage_options[1:]
) )
_properties = (TypeInformation._basic_properties + ( _properties = (TypeInformation._basic_properties + (
......
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