Commit 2bf31d2a authored by Vincent Pelletier's avatar Vincent Pelletier

Do not pass object_uid since it's not given any more by viewSearchRelatedDocumentDialog.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10167 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 35e0e5de
......@@ -128,7 +128,6 @@ if dialog_method == \'Base_editRelation\':\n
field_id=request_form[\'field_id\'],\n
selection_name=request_form[\'selection_name\'],\n
selection_index=request_form[\'selection_index\'],\n
object_uid=request_form[\'object_uid\'],\n
uids=request_form[\'uids\'],\n
listbox_uid=request_form[\'listbox_uid\'],\n
form_pickle=request_form[\'form_pickle\'],\n
......
203
\ No newline at end of file
208
\ 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