Commit 4fa6447d authored by Romain Courteaud's avatar Romain Courteaud

Remove hidden fields which are already generated from ListBox_asHTML, and...

Remove hidden fields which are already generated from ListBox_asHTML, and prevents getting correct value from request

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26678 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d566d671
......@@ -45,11 +45,6 @@
xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
\n
<!-- ListBox (table mode) starts here -->\n
<input type="hidden" name="list_selection_name" value="default" tal:attributes="value selection_name" />\n
\n
<input tal:condition="md5_string" type="hidden" name="md5_object_uid_list" value="checksum" tal:attributes="value md5_string" />\n
\n
<input tal:condition="python:form_id and is_gadget_mode" type="hidden" name="gadget_form_id" tal:attributes="value form_id" />\n
\n
<input tal:replace="nothing" type="hidden" name="form_id" tal:attributes="value form_id" tal:condition="form_id"/>\n
\n
......
717
\ No newline at end of file
719
\ 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