Improved input validation.
This commit is contained in:
parent
3270ea7c7e
commit
6cbe332a36
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class App.UiElement.ticket_selector
|
|||
item = ''
|
||||
if config && App.UiElement[config.tag]
|
||||
config['name'] = name
|
||||
if attribute.value[groupAndAttribute]
|
||||
if attribute.value && attribute.value[groupAndAttribute]
|
||||
config['value'] = _.clone(attribute.value[groupAndAttribute]['value'])
|
||||
if 'multiple' of config
|
||||
config.multiple = true
|
||||
|
|
Loading…
Reference in a new issue