mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Remove comment from serializer
This commit is contained in:
parent
cf62fa67bd
commit
1d03625b27
@ -5081,7 +5081,6 @@ class ActivityStreamSerializer(BaseSerializer):
|
||||
if fval is not None:
|
||||
workflow_job_template_item[field] = fval
|
||||
summary_fields['workflow_job_template'].append(workflow_job_template_item)
|
||||
# to adhere to DRY principles, the above can eventually be combined into a helper method
|
||||
if fk == 'schedule':
|
||||
unified_job_template = getattr(thisItem, 'unified_job_template', None)
|
||||
if unified_job_template is not None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user