|
|
@ -94,6 +94,7 @@ func (dc *NotificationProvisioner) mergeNotifications(notificationToMerge []*not |
|
|
|
Type: notification.Type, |
|
|
|
Type: notification.Type, |
|
|
|
IsDefault: notification.IsDefault, |
|
|
|
IsDefault: notification.IsDefault, |
|
|
|
Settings: notification.SettingsToJSON(), |
|
|
|
Settings: notification.SettingsToJSON(), |
|
|
|
|
|
|
|
SecureSettings: notification.SecureSettings, |
|
|
|
OrgId: notification.OrgID, |
|
|
|
OrgId: notification.OrgID, |
|
|
|
DisableResolveMessage: notification.DisableResolveMessage, |
|
|
|
DisableResolveMessage: notification.DisableResolveMessage, |
|
|
|
Frequency: notification.Frequency, |
|
|
|
Frequency: notification.Frequency, |
|
|
@ -111,6 +112,7 @@ func (dc *NotificationProvisioner) mergeNotifications(notificationToMerge []*not |
|
|
|
Type: notification.Type, |
|
|
|
Type: notification.Type, |
|
|
|
IsDefault: notification.IsDefault, |
|
|
|
IsDefault: notification.IsDefault, |
|
|
|
Settings: notification.SettingsToJSON(), |
|
|
|
Settings: notification.SettingsToJSON(), |
|
|
|
|
|
|
|
SecureSettings: notification.SecureSettings, |
|
|
|
OrgId: notification.OrgID, |
|
|
|
OrgId: notification.OrgID, |
|
|
|
DisableResolveMessage: notification.DisableResolveMessage, |
|
|
|
DisableResolveMessage: notification.DisableResolveMessage, |
|
|
|
Frequency: notification.Frequency, |
|
|
|
Frequency: notification.Frequency, |
|
|
|