From: Arthur Schiwon Date: Wed, 24 Jun 2020 15:34:00 +0000 (+0200) Subject: fix obsolete usage of OCdialogs X-Git-Tag: v20.0.0beta1~369^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F21564%2Fhead;p=nextcloud-server.git fix obsolete usage of OCdialogs Signed-off-by: Arthur Schiwon --- diff --git a/apps/user_ldap/js/wizard/wizardTabGeneric.js b/apps/user_ldap/js/wizard/wizardTabGeneric.js index f24c520c1f9..edb099f99cd 100644 --- a/apps/user_ldap/js/wizard/wizardTabGeneric.js +++ b/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