Commit 0979d2bd authored by Fabien Morin's avatar Fabien Morin

correct a mistake

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23245 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b837ec47
...@@ -75,7 +75,7 @@ cat_uid = cat.getUid()\n ...@@ -75,7 +75,7 @@ cat_uid = cat.getUid()\n
agent_list = context.portal_catalog(portal_type=\'Assignment\',\n agent_list = context.portal_catalog(portal_type=\'Assignment\',\n
group_uid=cat_uid)\n group_uid=cat_uid)\n
\n \n
return [(agent.getParentValue().getReference(), agent.getParentValue().getId()) for agent in agent_list if agent.getParentValue().getReference()]\n return [(agent.getParentValue().getReference(), agent.getParentValue().getReference()) for agent in agent_list if agent.getParentValue().getReference()]\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
252 255
\ No newline at end of file \ 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