fix: pass OrgId to alertNotification model (#43678)

fixes #43214
This commit is contained in:
Gilles De Mey
2022-01-05 10:19:45 +01:00
committed by GitHub
parent 056e143664
commit 837925390f
@@ -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,