From cbe84ff4f373322be6f2ef96f224e0fcffdebd49 Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 28 Apr 2022 11:33:46 -0400 Subject: [PATCH] Add tags/skip tags to the list of things that will cause the Prompt button to be displayed on the schedule form --- awx/ui/src/components/Schedule/shared/ScheduleForm.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/ui/src/components/Schedule/shared/ScheduleForm.js b/awx/ui/src/components/Schedule/shared/ScheduleForm.js index efbb599a60..893d277a07 100644 --- a/awx/ui/src/components/Schedule/shared/ScheduleForm.js +++ b/awx/ui/src/components/Schedule/shared/ScheduleForm.js @@ -376,6 +376,8 @@ function ScheduleForm({ launchConfig.ask_limit_on_launch || launchConfig.ask_credential_on_launch || launchConfig.ask_scm_branch_on_launch || + launchConfig.ask_tags_on_launch || + launchConfig.ask_skip_tags_on_launch || launchConfig.survey_enabled || launchConfig.inventory_needed_to_start || launchConfig.variables_needed_to_start?.length > 0)