[Erp5-report] r38622 nicolas.dumazet - /erp5/trunk/products/ERP5Type/PropertySheet/BaseType.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Sep 24 14:02:51 CEST 2010
Author: nicolas.dumazet
Date: Fri Sep 24 14:02:50 2010
New Revision: 38622
URL: http://svn.erp5.org?rev=38622&view=rev
Log:
correct property names, remove '_list' suffix
Modified:
erp5/trunk/products/ERP5Type/PropertySheet/BaseType.py
Modified: erp5/trunk/products/ERP5Type/PropertySheet/BaseType.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/PropertySheet/BaseType.py?rev=38622&r1=38621&r2=38622&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/PropertySheet/BaseType.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/PropertySheet/BaseType.py [utf8] Fri Sep 24 14:02:50 2010
@@ -49,12 +49,12 @@ class BaseType:
, 'mode': 'w'
, 'label': 'Document class the Portal Type inherits from'
},
- { 'id': 'type_mixin_list'
+ { 'id': 'type_mixin'
, 'type': 'lines'
, 'mode': 'w'
, 'label': 'List of Mixins that are attached to the Portal Type'
},
- { 'id': 'type_interface_list'
+ { 'id': 'type_interface'
, 'type': 'lines'
, 'mode': 'w'
, 'label': 'List of Interfaces that the Portal Type implements'
More information about the Erp5-report
mailing list