this happens already before counting, no need anymore

remotes/origin/fix-10825
Arthur Schiwon 10 years ago
parent c9e865629e
commit d8bb8afee3
  1. 2
      apps/user_ldap/js/ldapFilter.js

@ -77,8 +77,6 @@ LdapFilter.prototype.afterDetectorsRan = function() {
*/
LdapFilter.prototype.afterComposeSuccess = function(result) {
LdapWizard.applyChanges(result);
//best time to run attribute detectors
LdapWizard.runDetectors(this.target, this.afterDetectorsRan);
};
LdapFilter.prototype.determineMode = function() {

Loading…
Cancel
Save