[Erp5-report] r23568 - /erp5/trunk/products/ERP5/Document/Domain.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Sep 11 16:31:33 CEST 2008
Author: thibaut
Date: Thu Sep 11 16:31:26 2008
New Revision: 23568
URL: http://svn.erp5.org?rev=23568&view=rev
Log:
add PropertySheet for Document Domain and implement the method asDomainItemDict
Modified:
erp5/trunk/products/ERP5/Document/Domain.py
Modified: erp5/trunk/products/ERP5/Document/Domain.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Domain.py?rev=23568&r1=23567&r2=23568&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Domain.py (original)
+++ erp5/trunk/products/ERP5/Document/Domain.py Thu Sep 11 16:31:26 2008
@@ -85,7 +85,11 @@
__implements__ = ( Interface.Predicate, )
# Declarative properties
- property_sheets = ( PropertySheet.Domain, )
+ property_sheets = ( PropertySheet.Base
+ , PropertySheet.Predicate
+ , PropertySheet.Domain
+ , PropertySheet.SortIndex
+ )
security.declareProtected( Permissions.AccessContentsInformation, 'getRelativeUrl' )
def getRelativeUrl(self):
More information about the Erp5-report
mailing list