mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -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:
commit
9544708ab6
@ -576,7 +576,7 @@ export default
|
||||
if (scope.removeSchedulesRefresh) {
|
||||
scope.removeSchedulesRefresh();
|
||||
}
|
||||
scope.$on('SchedulesRefresh', function() {
|
||||
scope.removeSchedulesRefresh = scope.$on('SchedulesRefresh', function() {
|
||||
scope.search(iterator);
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user