Merge branch 'develop' of git.znuny.com:zammad/zammad into develop
This commit is contained in:
commit
3779ccc919
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class ConnectionWizard extends App.WizardModal
|
|||
|
||||
option = ''
|
||||
options = {}
|
||||
if !_.isEmpty data.attributes
|
||||
if !_.isEmpty data.attributes && !_.isEmpty data.attributes.namingcontexts
|
||||
for dn in data.attributes.namingcontexts
|
||||
options[dn] = dn
|
||||
if option is ''
|
||||
|
|
Loading…
Reference in a new issue