[Erp5-report] r16002 - /erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Sep 1 23:35:22 CEST 2007


Author: jp
Date: Sat Sep  1 23:35:21 2007
New Revision: 16002

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

Modified:
    erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_policyApplies.xml

Modified: erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_policyApplies.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_policyApplies.xml?rev=16002&r1=16001&r2=16002&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_policyApplies.xml (original)
+++ erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_policyApplies.xml Sat Sep  1 23:35:21 2007
@@ -76,7 +76,7 @@
 Classification has to have two levels, and first level is translated into a selected second-level\n
 classification.\n
 \n
-Some classifications require something more to apply (like */project requires source_project), but\n
+Some classifications require something more to apply (like */project requires follow_up), but\n
 this check can be skipped by setting membershiponly to True.\n
 """\n
 \n
@@ -99,7 +99,7 @@
 if not membershiponly:\n
   # project policies do not apply if we don\'t have source_project\n
   if pol[1] == \'project\':\n
-    if context.getSourceProject() == None:\n
+    if context.getFollowUp() == None:\n
       return False\n
 \n
 # if all conditions are met, check if the policy is ok (wildcards are ok)\n




More information about the Erp5-report mailing list