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:
mabashian
2022-04-28 11:33:46 -04:00
parent b885fc2d86
commit cbe84ff4f3

View File

@@ -376,6 +376,8 @@ function ScheduleForm({
launchConfig.ask_limit_on_launch || launchConfig.ask_limit_on_launch ||
launchConfig.ask_credential_on_launch || launchConfig.ask_credential_on_launch ||
launchConfig.ask_scm_branch_on_launch || launchConfig.ask_scm_branch_on_launch ||
launchConfig.ask_tags_on_launch ||
launchConfig.ask_skip_tags_on_launch ||
launchConfig.survey_enabled || launchConfig.survey_enabled ||
launchConfig.inventory_needed_to_start || launchConfig.inventory_needed_to_start ||
launchConfig.variables_needed_to_start?.length > 0) launchConfig.variables_needed_to_start?.length > 0)