diff --git a/product/ERP5/skins/erp5_html_style/view_dialog_master.pt b/product/ERP5/skins/erp5_html_style/view_dialog_master.pt
index 9236b4a1f88bb8d243cdd92280e5726c9f2a2da8..25b12f94a740b68ce32510d34862066a30314354 100755
--- a/product/ERP5/skins/erp5_html_style/view_dialog_master.pt
+++ b/product/ERP5/skins/erp5_html_style/view_dialog_master.pt
@@ -51,6 +51,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
     <div metal:use-macro="here/global_definition/macros/global_definition" />
     <input type="hidden" name="form_id" value="form"
        tal:attributes="value request/form_id">
+    <span tal:condition="request/md5_object_uid_list | nothing">
+    <input type="hidden" name="md5_object_uid_list" value="form"
+       tal:attributes="value request/md5_object_uid_list">
+    </span>
     <input type="hidden" name="dialog_id" value="form"
        tal:attributes="value form/id">
     <input type="hidden" name="selection_name" value="selection_name"