fix: pass OrgId to alertNotification model (#43678) (#43695)

fixes #43214

(cherry picked from commit 837925390f)

Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-01-05 10:34:46 +01:00
committed by GitHub
co-authored by Gilles De Mey
parent 7426045ed4
commit 07fe2404cc
@@ -33,6 +33,7 @@ func (s *AlertNotificationService) HandleNotificationTestCommand(ctx context.Con
model := models.AlertNotification{
Id: cmd.ID,
OrgId: cmd.OrgID,
Name: cmd.Name,
Type: cmd.Type,
Settings: cmd.Settings,