From 4261263cfbf357b8374246905647597ccbc0a6ee Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Wed, 27 May 2020 10:23:06 -0700 Subject: [PATCH] Adding missing property to system behavior config --- Core/Resgrid.Config/SystemBehaviorConfig.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Core/Resgrid.Config/SystemBehaviorConfig.cs b/Core/Resgrid.Config/SystemBehaviorConfig.cs index 23f86ee3..8fcad552 100644 --- a/Core/Resgrid.Config/SystemBehaviorConfig.cs +++ b/Core/Resgrid.Config/SystemBehaviorConfig.cs @@ -119,6 +119,11 @@ public static class SystemBehaviorConfig }; + /// + /// For usage with DepartmentsToForceBackupSmsProvider, this will determine if we also want to send text messages to the primary provider as well + /// + public static bool AlsoSendToPrimarySmsProvider = false; + /// /// To send push notifications with your on-prem Resgrid installation with our apps in the App Stores (Google and Apple) /// you need to pay for a site key to send push notifications through our push infrastructure. To get a site key, which is