Commit 6fa4248c authored by Jean-Paul Smets's avatar Jean-Paul Smets

Use follow_up instead of source_project. The same change must be applied more widely.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16191 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e1569b63
...@@ -73,6 +73,8 @@ ...@@ -73,6 +73,8 @@
contribute widget.\n contribute widget.\n
\n \n
**kw -- remaining params passed to the constructor\n **kw -- remaining params passed to the constructor\n
\n
TODO: rename source_project to follow_up (everywhere)\n
"""\n """\n
\n \n
from Products.ERP5.Document.Document import ConversionError\n from Products.ERP5.Document.Document import ConversionError\n
...@@ -84,7 +86,7 @@ if contribute_classification:\n ...@@ -84,7 +86,7 @@ if contribute_classification:\n
kw[\'classification\'] = contribute_classification\n kw[\'classification\'] = contribute_classification\n
\n \n
if contribute_source_project:\n if contribute_source_project:\n
kw[\'source_project\'] = contribute_source_project\n kw[\'follow_up\'] = contribute_source_project\n
\n \n
if contribute_portal_type:\n if contribute_portal_type:\n
kw[\'portal_type\'] = contribute_portal_type\n kw[\'portal_type\'] = contribute_portal_type\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment