Commit d0ff3d06 authored by Jérome Perrin's avatar Jérome Perrin

revert 9540, we don't want Method Aliases for now.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9541 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b580728
...@@ -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 = ( FactoryTypeInformation.manage_options[:1] manage_options = ( SimpleItemWithProperties.manage_options[:1]
+ ActionProviderBase.manage_options + ActionProviderBase.manage_options
+ RoleProviderBase.manage_options + RoleProviderBase.manage_options
+ TranslationProviderBase.manage_options + TranslationProviderBase.manage_options
+ FactoryTypeInformation.manage_options[1:] + SimpleItemWithProperties.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