Fixes #3163 - Individual objects in format "select": No reset to empty in trigger possible.

This commit is contained in:
Rolf Schmidt 2020-10-28 16:31:07 +01:00 committed by Thorsten Eckel
parent 40936da562
commit 360ab528e4

View file

@ -315,7 +315,7 @@ class App.UiElement.ticket_perform_action
if attribute.value && attribute.value[groupAndAttribute]
config['value'] = _.clone(attribute.value[groupAndAttribute]['value'])
config.multiple = false
config.nulloption = false
config.nulloption = config.null
if config.tag is 'checkbox'
config.tag = 'select'
tagSearch = "#{config.tag}_search"