Fixed issue #545 - Error message at creation of new overview with not existing specific customer.
This commit is contained in:
parent
1962bb9b98
commit
32532ae7c5
1 changed files with 2 additions and 0 deletions
|
@ -369,9 +369,11 @@ class App.UiElement.ticket_selector
|
|||
if config.relation is 'User'
|
||||
config.multiple = false
|
||||
config.nulloption = false
|
||||
config.guess = false
|
||||
if config.relation is 'Organization'
|
||||
config.multiple = false
|
||||
config.nulloption = false
|
||||
config.guess = false
|
||||
if config.tag is 'checkbox'
|
||||
config.tag = 'select'
|
||||
tagSearch = "#{config.tag}_search"
|
||||
|
|
Loading…
Reference in a new issue