Commit 731edfe9 authored by Bartek Górny's avatar Bartek Górny

remove 'self' from wiki successors list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12493 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 599af548
...@@ -103,7 +103,7 @@ for ref_dict in reference_list:\n ...@@ -103,7 +103,7 @@ for ref_dict in reference_list:\n
if ob is not None:\n if ob is not None:\n
res.append(ob)\n res.append(ob)\n
\n \n
return res\n return [r for r in res if r.getUid()!=context.getUid()]\n
]]></string> </value> ]]></string> </value>
...@@ -156,6 +156,10 @@ return res\n ...@@ -156,6 +156,10 @@ return res\n
<string>ob</string> <string>ob</string>
<string>None</string> <string>None</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>append</string>
<string>$append0</string>
<string>r</string>
<string>context</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
477 478
\ 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