From ff6cc73d3a41b72a6174c857dfbe8296afc8a1a4 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 24 Jun 2020 17:34:00 +0200 Subject: [PATCH] fix obsolete usage of OCdialogs Signed-off-by: Arthur Schiwon --- apps/user_ldap/js/wizard/wizardTabGeneric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/js/wizard/wizardTabGeneric.js b/apps/user_ldap/js/wizard/wizardTabGeneric.js index 7b0df4992d63d..9e4e46183dced 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