Commit 4b676912 authored by Jérome Perrin's avatar Jérome Perrin

only show "internal" person. Real filtering is configuration depandant (using

function)



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10655 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7969b0e6
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>return [(pers.getTitle(), pers.getRelativeUrl())\n <value> <string>return [(pers.getTitle(), pers.getRelativeUrl())\n
for pers in context.getPortalObject().person_module.contentValues()]\n for pers in context.getPortalObject().person_module.searchFolder(role_id="internal")]\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
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