mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
require constituent resource access to relaunch WJ
This commit is contained in:
@@ -327,9 +327,6 @@ class WorkflowJobOptions(BaseModel):
|
||||
new_workflow_job.copy_nodes_from_original(original=self)
|
||||
return new_workflow_job
|
||||
|
||||
def nodes_last_modified(self):
|
||||
return self.workflow_nodes.aggregate(models.Max('modified'))['modified__max']
|
||||
|
||||
|
||||
class WorkflowJobTemplate(UnifiedJobTemplate, WorkflowJobOptions, SurveyJobTemplateMixin, ResourceMixin):
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user