diff --git a/system/service/report.go b/system/service/report.go index 7312d35fe..ba2daa111 100644 --- a/system/service/report.go +++ b/system/service/report.go @@ -182,7 +182,9 @@ func (svc *report) Update(ctx context.Context, upd *types.Report) (report *types // Assign changed values after afterUpdate events are emitted report.Handle = upd.Handle + report.Meta = upd.Meta report.Sources = upd.Sources + report.Projections = upd.Projections report.UpdatedAt = now() if upd.Meta != nil {