Commit 90c18294 authored by Nicolas Delaby's avatar Nicolas Delaby

get SourceProject instead DestinatonProject

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23371 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 648772de
......@@ -67,7 +67,7 @@
<key> <string>_body</string> </key>
<value> <string>bug_line = context\n
bug = bug_line.getParentValue()\n
project = bug.getDestinationProjectValue()\n
project = bug.getSourceProjectValue()\n
portal = bug.getPortalObject()\n
if project is not None:\n
recipient_list = [ i.getParentValue() for i in project.getDestinationProjectRelatedValueList(portal_type="Assignment")]\n
......
351
\ No newline at end of file
353
\ No newline at end of file
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