Fixes #3163 - Individual objects in format "select": No reset to empty in trigger possible.
This commit is contained in:
parent
40936da562
commit
360ab528e4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue