Commit e54bf8f5 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Stop on the first matching item in submitSelect


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@44788 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b3c8feb
......@@ -467,6 +467,7 @@ class MainForm(Form):
if item.endswith(value):
value = item
break
logging.debug("select_id='%s', label='%s', value='%s'" % \
(select_name, label, value))
......
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