mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 00:33:35 -05:00
Merge pull request #2810 from mabashian/toggle-schedule-multiple-requests
Fixed the *2 GET requests triggered by the schedule toggle
This commit is contained in:
@@ -576,7 +576,7 @@ export default
|
||||
if (scope.removeSchedulesRefresh) {
|
||||
scope.removeSchedulesRefresh();
|
||||
}
|
||||
scope.$on('SchedulesRefresh', function() {
|
||||
scope.removeSchedulesRefresh = scope.$on('SchedulesRefresh', function() {
|
||||
scope.search(iterator);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user