From 5b580728dce07e7317e228547dbb490e3d583330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 29 Aug 2006 14:27:30 +0000 Subject: [PATCH] fix manage_options for ERP5 Type Informations git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9540 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/ERP5Type.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5Type/ERP5Type.py b/product/ERP5Type/ERP5Type.py index 26a52a4e2c..5a5ae64b7e 100644 --- a/product/ERP5Type/ERP5Type.py +++ b/product/ERP5Type/ERP5Type.py @@ -79,11 +79,11 @@ class ERP5TypeInformation( FactoryTypeInformation, meta_type = 'ERP5 Type Information' security = ClassSecurityInfo() - manage_options = ( SimpleItemWithProperties.manage_options[:1] + manage_options = ( FactoryTypeInformation.manage_options[:1] + ActionProviderBase.manage_options + RoleProviderBase.manage_options + TranslationProviderBase.manage_options - + SimpleItemWithProperties.manage_options[1:] + + FactoryTypeInformation.manage_options[1:] ) _properties = (TypeInformation._basic_properties + ( -- 2.30.9