Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix obsolete usage of OCdialogs
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz authored and backportbot[bot] committed Jun 24, 2020
commit 939eb7dd9984a45d81c51b9340c20cc036a500de
2 changes: 1 addition & 1 deletion apps/user_ldap/js/wizard/wizardTabGeneric.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down