Commit 6bee63c5 authored by Nicolas Delaby's avatar Nicolas Delaby

can not get pickeled

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41784 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4d451cc1
......@@ -73,7 +73,7 @@ edit_kw = {\'portal_type\': portal_type,\n
}\n
connected_user = portal.ERP5Site_getAuthenticatedMemberPersonValue()\n
if connected_user is not None:\n
edit_kw[\'source_value\'] = connected_user\n
edit_kw[\'source\'] = connected_user.getRelativeUrl()\n
\n
# We do not call portal_contribution for two reasons:\n
# 1- Metadata discovery will be run by alarms with allowed user to access other documents.\n
......
1017
\ No newline at end of file
1018
\ 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