fix group_name for workflow_events

This commit is contained in:
Wayne Witzel III 2016-11-17 17:22:31 -05:00
parent cd084f5c60
commit d882a14d87

View File

@ -801,7 +801,7 @@ class UnifiedJob(PolymorphicModel, PasswordFieldsModel, CommonModelNameNotUnique
emit_channel_notification('jobs-status_changed', status_data)
if self.spawned_by_workflow:
event_serialized['group_name'] = "workflow_events"
status_data['group_name'] = "workflow_events"
emit_channel_notification('workflow_events-' + str(self.workflow_job_id), status_data)