mirror of
https://github.com/ansible/awx.git
synced 2026-04-16 15:30:18 -02:30
fix prompts contradiction: should be non-functional change
This commit is contained in:
committed by
Jake McDermott
parent
018a8e12de
commit
bca9bcf6dd
@@ -4458,9 +4458,7 @@ class WorkflowJobLaunchSerializer(BaseSerializer):
|
||||
def validate(self, attrs):
|
||||
template = self.instance
|
||||
|
||||
accepted, rejected, errors = template._accept_or_ignore_job_kwargs(
|
||||
_exclude_errors=['required'],
|
||||
**attrs)
|
||||
accepted, rejected, errors = template._accept_or_ignore_job_kwargs(**attrs)
|
||||
self._ignored_fields = rejected
|
||||
|
||||
if template.inventory and template.inventory.pending_deletion is True:
|
||||
|
||||
Reference in New Issue
Block a user