From 7a699687c97ca5e8bc9dd17d5db60a62dc84c747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Jerman?= Date: Thu, 17 Jun 2021 17:39:55 +0200 Subject: [PATCH] Fix update lapsus --- system/service/report.go | 2 ++ 1 file changed, 2 insertions(+) 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 {