[Erp5-report] r16191 - /erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widg...

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Sep 9 15:26:44 CEST 2007


Author: jp
Date: Sun Sep  9 15:26:44 2007
New Revision: 16191

URL: http://svn.erp5.org?rev=16191&view=rev
Log:
Use follow_up instead of source_project. The same change must be applied more widely.

Modified:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_contributeContent.xml

Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_contributeContent.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_contributeContent.xml?rev=16191&r1=16190&r2=16191&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_contributeContent.xml (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_contributeContent.xml Sun Sep  9 15:26:44 2007
@@ -73,6 +73,8 @@
   contribute widget.\n
 \n
   **kw -- remaining params passed to the constructor\n
+\n
+  TODO: rename source_project to follow_up (everywhere)\n
 """\n
 \n
 from Products.ERP5.Document.Document import ConversionError\n
@@ -84,7 +86,7 @@
   kw[\'classification\'] = contribute_classification\n
 \n
 if contribute_source_project:\n
-  kw[\'source_project\'] = contribute_source_project\n
+  kw[\'follow_up\'] = contribute_source_project\n
 \n
 if contribute_portal_type:\n
   kw[\'portal_type\'] = contribute_portal_type\n




More information about the Erp5-report mailing list