custom asyncSeries() is gone
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/* global angular */
|
||||
/* global $ */
|
||||
/* global asyncSeries */
|
||||
/* global async */
|
||||
/* global asyncForEach */
|
||||
/* global RSTATES */
|
||||
/* global ISTATES */
|
||||
@@ -1580,7 +1580,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
$scope.setView($scope.app.error ? 'repair' : 'display', true /* skipViewShow */);
|
||||
}
|
||||
|
||||
asyncSeries([
|
||||
async.series([
|
||||
fetchUsers,
|
||||
fetchGroups,
|
||||
getDomains,
|
||||
|
||||
Reference in New Issue
Block a user