Commit 50be8725 authored by Jérome Perrin's avatar Jérome Perrin

form_id should be the id, not title_or_id. This was the cause of strange...

form_id should be the id, not title_or_id. This was the cause of strange redirections in erp5_subversion

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37379 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d979613
......@@ -47,7 +47,7 @@
tal:define="object_uid here/getUid | nothing;\n
object_path here/getPath | nothing;\n
form nocall: form | nothing;\n
form_id form/id | template/title_or_id | nothing;\n
form_id form/id | template/id | nothing;\n
portal here/getPortalObject;\n
form_action python: form and form.action not in (\'\', None) and portal.portal_membership.checkPermission(\'Modify portal content\', here) and form.action or nothing;\n
local_parameter_list local_parameter_list | python: {};\n
......
961
\ No newline at end of file
967
\ 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