mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user