[Erp5-report] r30344 - /erp5/trunk/products/CMFActivity/ActiveProcess.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 5 17:15:49 CET 2009


Author: yo
Date: Thu Nov  5 17:15:45 2009
New Revision: 30344

URL: http://svn.erp5.org?rev=30344&view=rev
Log:
Add CategoryCore into ActiveProcess, otherwise updateRelatedContent does not work.

Modified:
    erp5/trunk/products/CMFActivity/ActiveProcess.py

Modified: erp5/trunk/products/CMFActivity/ActiveProcess.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/ActiveProcess.py?rev=30344&r1=30343&r2=30344&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/ActiveProcess.py [utf8] (original)
+++ erp5/trunk/products/CMFActivity/ActiveProcess.py [utf8] Thu Nov  5 17:15:45 2009
@@ -79,6 +79,7 @@
   property_sheets = ( PropertySheet.Base
                     , PropertySheet.SimpleItem
                     , PropertySheet.Folder
+                    , PropertySheet.CategoryCore
                     , PropertySheet.ActiveProcess )
 
   # Declarative constructors




More information about the Erp5-report mailing list