mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
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