diff --git a/app/assets/javascripts/app/controllers/_ui_element/ticket_selector.coffee b/app/assets/javascripts/app/controllers/_ui_element/ticket_selector.coffee index dbb7a695f..388e43a54 100644 --- a/app/assets/javascripts/app/controllers/_ui_element/ticket_selector.coffee +++ b/app/assets/javascripts/app/controllers/_ui_element/ticket_selector.coffee @@ -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