fix query helpers and add policy type to projections
All checks were successful
Build and Publish / build-release (push) Successful in 1m34s
All checks were successful
Build and Publish / build-release (push) Successful in 1m34s
This commit is contained in:
@@ -14,6 +14,7 @@ defmodule WorkloadService.Projectors.TaskProjector do
|
||||
id: to_string(e.id),
|
||||
org_id: e.id.org_id,
|
||||
application_id: to_string(e.application_id),
|
||||
policy_type: e.application_id.policy_type,
|
||||
task_info: e.task_info,
|
||||
attachments: e.attachments || [],
|
||||
status: "created"
|
||||
|
||||
Reference in New Issue
Block a user