Skip to content

Commit 873c106

Browse files
authored
fix(cli): show contract name in wf list (#1718)
Signed-off-by: Miguel Martinez <[email protected]>
1 parent c182ddb commit 873c106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controlplane/pkg/data/workflow.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ func (r *WorkflowRepo) List(ctx context.Context, orgID uuid.UUID, filter *biz.Wo
157157
// Apply pagination options and execute the query
158158
workflows, err := wfQuery.
159159
WithLatestWorkflowRun().
160+
WithContract().
160161
WithProject().
161162
Order(ent.Desc(workflow.FieldCreatedAt)).
162163
Limit(pagination.Limit()).

0 commit comments

Comments
 (0)