From 4d71f0d534c23fe8da09be8de2cfac2160176bc2 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 288dd0a43..1f3a4efa1 100644 --- a/system/service/report.go +++ b/system/service/report.go @@ -177,7 +177,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 {