Merge pull request #12128 from mabashian/11990-schedule-prompt-tags-v2

Add tags/skip tags to the list of things that will cause the Prompt button to be displayed on the schedule form
This commit is contained in:
JST
2022-04-28 17:23:13 -03:00
committed by GitHub

View File

@@ -378,6 +378,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)