Skip to content

Commit

Permalink
persist schedule prompt on launch fields when editing
Browse files Browse the repository at this point in the history
  • Loading branch information
keithjgrant committed Dec 20, 2023
1 parent 19dff9c commit 6950354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions awx/ui/src/components/Schedule/shared/ScheduleForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ function ScheduleForm({
startDate: currentDate,
startTime: time,
timezone: schedule.timezone || now.zoneName,
credentials,
labels: originalLabels.current,
instance_groups: originalInstanceGroups.current,
};

if (hasDaysToKeepField) {
Expand Down

0 comments on commit 6950354

Please sign in to comment.