]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix obsolete usage of OCdialogs 21564/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 24 Jun 2020 15:34:00 +0000 (17:34 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 24 Jun 2020 15:34:00 +0000 (17:34 +0200)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/user_ldap/js/wizard/wizardTabGeneric.js

index f24c520c1f9ed925231cc225eabf99ce29e3d0eb..edb099f99cdbfaad6b9cb2331c6962c6364930f2 100644 (file)
@@ -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