Commit 7bdefd0a authored by Jérome Perrin's avatar Jérome Perrin

apply r37380 in this copy of global_definitions

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37381 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e3305ac
......@@ -47,8 +47,9 @@
<tal:block tal:define="\n
global portal here/portal_url/getPortalObject;\n
global portal_path portal/absolute_url;\n
local_parameter_list local_parameter_list | python: {};\n
global actions python: here.Base_filterDuplicateActions(portal.portal_actions.listFilteredActionsFor(here));\n
local_parameter_list local_parameter_list | python: {};\n
action_context python: portal.restrictedTraverse(request.get(\'object_path\', \'?\'), here);\n
global actions python: here.Base_filterDuplicateActions(portal.portal_actions.listFilteredActionsFor(action_context));\n
global url here/absolute_url;\n
global current_form_id python: local_parameter_list.get(\'dialog_id\', local_parameter_list.get(\'form_id\', \'view\'));\n
dummy python: request.set(\'current_form_id\', current_form_id);\n
......
530
\ No newline at end of file
531
\ 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