Commit 5b3837e7 authored by Romain Courteaud's avatar Romain Courteaud

Give access to computer administrator person.

parent eed9ba28
...@@ -67,7 +67,7 @@ edit_kw = {\n ...@@ -67,7 +67,7 @@ edit_kw = {\n
\'capacity_scope\': capacity_scope,\n \'capacity_scope\': capacity_scope,\n
}\n }\n
\n \n
self_person = portal.ERP5Site_getAuthenticatedMemberPersonValue()\n self_person = computer.getSourceAdministrationValue(portal_type="Person")\n
self_email = self_person.getDefaultEmailCoordinateText()\n self_email = self_person.getDefaultEmailCoordinateText()\n
if allocation_scope == \'open/public\':\n if allocation_scope == \'open/public\':\n
# reset friends and update in place\n # reset friends and update in place\n
......
28 29
\ 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