Merge branch 'develop' of git.znuny.com:zammad/zammad into develop

This commit is contained in:
Martin Edenhofer 2018-04-25 14:24:34 +02:00
commit 3779ccc919

View file

@ -294,7 +294,7 @@ class ConnectionWizard extends App.WizardModal
option = '' option = ''
options = {} options = {}
if !_.isEmpty data.attributes if !_.isEmpty data.attributes && !_.isEmpty data.attributes.namingcontexts
for dn in data.attributes.namingcontexts for dn in data.attributes.namingcontexts
options[dn] = dn options[dn] = dn
if option is '' if option is ''