mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
Rename job_summary_dict to job_metadata
* Clarifies purpose of notification template variable
This commit is contained in:
@@ -805,7 +805,7 @@ class WorkflowApproval(UnifiedJob, JobNotificationMixin):
|
||||
return {'approval_status': approval_status,
|
||||
'approval_node_name': self.workflow_approval_template.name,
|
||||
'workflow_url': workflow_url,
|
||||
'job_summary_dict': json.dumps(self.notification_data(), indent=4)}
|
||||
'job_metadata': json.dumps(self.notification_data(), indent=4)}
|
||||
|
||||
@property
|
||||
def workflow_job_template(self):
|
||||
|
||||
Reference in New Issue
Block a user