Commit 81bfdb37 authored by Vincent Pelletier's avatar Vincent Pelletier

Prevent from calling a form object when assigning.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9018 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e66b657
......@@ -75,7 +75,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block metal:define-macro="master">\n
<tal:block tal:define="object_uid here/getUid | nothing;\n
object_path here/getPath | nothing;\n
form form | nothing;\n
form nocall: form | nothing;\n
form_id form/id | nothing;\n
form_action python: form and form.action not in (\'\', None) and here.portal_membership.checkPermission(\'Modify portal content\', here) and form.action or nothing;\n
\n
......
65
\ No newline at end of file
67
\ 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