mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
hide survey passwords in saved launch configs
This commit is contained in:
@@ -113,9 +113,6 @@ class WorkflowJobTemplateNode(WorkflowNodeBase):
|
||||
workflow_job_template = models.ForeignKey(
|
||||
'WorkflowJobTemplate',
|
||||
related_name='workflow_job_template_nodes',
|
||||
blank=True,
|
||||
null=True,
|
||||
default=None,
|
||||
on_delete=models.CASCADE,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user