Commit 6d107269 authored by Sebastien Robin's avatar Sebastien Robin

renamed md5_object_uid_list with previous_md5_object_uid_list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@768 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3cc183e7
...@@ -51,9 +51,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -51,9 +51,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<div metal:use-macro="here/global_definition/macros/global_definition" /> <div metal:use-macro="here/global_definition/macros/global_definition" />
<input type="hidden" name="form_id" value="form" <input type="hidden" name="form_id" value="form"
tal:attributes="value request/form_id"> tal:attributes="value request/form_id">
<span tal:condition="request/md5_object_uid_list | nothing"> <span tal:condition="request/previous_md5_object_uid_list | nothing">
<input type="hidden" name="md5_object_uid_list" value="form" <input type="hidden" name="previous_md5_object_uid_list" value="form"
tal:attributes="value request/md5_object_uid_list"> tal:attributes="value request/previous_md5_object_uid_list">
</span> </span>
<input type="hidden" name="dialog_id" value="form" <input type="hidden" name="dialog_id" value="form"
tal:attributes="value form/id"> tal:attributes="value form/id">
......
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