[Erp5-report] r16163 - /erp5/trunk/products/ERP5/PropertySheet/Document.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 7 17:39:50 CEST 2007


Author: jp
Date: Fri Sep  7 17:39:50 2007
New Revision: 16163

URL: http://svn.erp5.org?rev=16163&view=rev
Log:
Use follow_up instead of source_project 

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Document.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Document.py?rev=16163&r1=16162&r2=16163&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Document.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Document.py Fri Sep  7 17:39:50 2007
@@ -51,8 +51,8 @@
   )
 
   _categories = ('similar', 'predecessor', 'successor', 'contributor', 'classification',
-                 # Source project is set by default since project is equivalent to workspace
-                 'source_project',
+                 # Follow up is used to create document workspaces for projects or tickets
+                 'follow_up',
                  # Source is defined in DMS documentation
                  'source',
                  # Update frequency in case this document must be crawled regularly




More information about the Erp5-report mailing list