mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Release unified UJT unique_together constraint.
This commit is contained in:
@@ -328,6 +328,8 @@ class WorkflowJobOptions(BaseModel):
|
||||
|
||||
class WorkflowJobTemplate(UnifiedJobTemplate, WorkflowJobOptions, SurveyJobTemplateMixin, ResourceMixin):
|
||||
|
||||
SOFT_UNIQUE_TOGETHER = [('polymorphic_ctype', 'name', 'organization')]
|
||||
|
||||
class Meta:
|
||||
app_label = 'main'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user