Refresh the user lising after ldap sync

This commit is contained in:
Johannes Zellner
2019-08-30 16:56:01 +02:00
parent 9df90e4edc
commit 1e37d7da7d

View File

@@ -453,6 +453,8 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
if (result && result.active) return $timeout(refreshTaskStatus, 2000);
$scope.externalLdap.syncBusy = false;
refreshUsers();
});
}