Return proper filter var when doing wf search
This commit is contained in:
@@ -147,7 +147,7 @@ func (svc *workflow) Search(ctx context.Context, filter types.WorkflowFilter) (r
|
||||
return nil
|
||||
}()
|
||||
|
||||
return rr, filter, svc.recordAction(ctx, wap, WorkflowActionSearch, err)
|
||||
return rr, f, svc.recordAction(ctx, wap, WorkflowActionSearch, err)
|
||||
}
|
||||
|
||||
func (svc *workflow) LookupByID(ctx context.Context, workflowID uint64) (wf *types.Workflow, err error) {
|
||||
|
||||
Reference in New Issue
Block a user