Browse Source

fix obsolete usage of OCdialogs

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/21564/head
Arthur Schiwon 6 years ago
parent
commit
b71f52f137
No known key found for this signature in database GPG Key ID: 7424F1874854DF23
  1. 2
      apps/user_ldap/js/wizard/wizardTabGeneric.js

2
apps/user_ldap/js/wizard/wizardTabGeneric.js

@ -553,7 +553,7 @@ OCA = OCA || {};
) {
toggleFnc(true);
} else {
OCdialogs.confirm(
OC.dialogs.confirm(
t('user_ldap', 'Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?'),
t('user_ldap', 'Mode switch'),
toggleFnc

Loading…
Cancel
Save