Commit c1b70e3d authored by Xiaowu Zhang's avatar Xiaowu Zhang
parent 9cfa98bb
Pipeline #25678 failed with stage
in 0 seconds
......@@ -46,6 +46,5 @@ if listbox:
for group in ('bottom', 'center', 'left', 'right'):
for field in form.get_fields_in_group(group):
if (isListBox(field) and
not field.get_value('hidden') and
field.get_value('enabled')):
not field.get_value('hidden')):
return field
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