Give external ldap sync task feedback

This commit is contained in:
Johannes Zellner
2019-08-29 23:19:34 +02:00
parent 426d2aab09
commit 91cf6465df
2 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -1384,7 +1384,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
if (error) return callback(error);
if (status !== 202) return callback(new ClientError(status, data));
callback(null);
callback(null, data.taskId);
});
};