mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 22:41:13 -05:00
trigger count on the correct filter
This commit is contained in:
parent
6b6147dafd
commit
b5e707b1bf
1 changed files with 1 additions and 1 deletions
|
|
@ -670,7 +670,7 @@ var LdapWizard = {
|
|||
delete LdapWizard.userFilter;
|
||||
LdapWizard.userFilter = new LdapFilter('User', function(mode) {
|
||||
if(mode === LdapWizard.filterModeAssisted) {
|
||||
LdapWizard.groupFilter.updateCount();
|
||||
LdapWizard.userFilter.updateCount();
|
||||
}
|
||||
LdapWizard.userFilter.findFeatures();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue