mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-26 02:33:40 -05:00
adds comment for setUntil function
This commit is contained in:
@@ -130,6 +130,9 @@ function($filter, $state, $stateParams, Wait, $scope, moment,
|
||||
});
|
||||
}
|
||||
|
||||
// sets the UNTIL portion of the schedule form after the angular-scheduler
|
||||
// sets it, but this function reads the 'until' key/value pair directly
|
||||
// from the schedule GET response.
|
||||
function setUntil (scheduler) {
|
||||
let { until } = scheduleResolve;
|
||||
if(until !== ''){
|
||||
|
||||
Reference in New Issue
Block a user