Commit f7ccefeb authored by Ivan Tyagov's avatar Ivan Tyagov

Follow up change in listbox propagandation fields in r38580

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38581 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 891b5360
......@@ -53,11 +53,11 @@
<value> <string>"""\n
Get search text from REQUEST or selection.\n
"""\n
\n
request = context.REQUEST\n
\n
if not argument_name_list:\n
form_id = request.get(\'form_id\', None)\n
field_id = request.get(\'field_id\', None)\n
form_id = request.get(\'listbox_form_id\', None)\n
field_id = request.get(\'listbox_field_id\', None)\n
if form_id is not None and field_id is not None:\n
# get values from current ERP5 form listbox being rendered\n
form = getattr(context, form_id)\n
......
1719
\ No newline at end of file
1723
\ 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