Skip to content

Commit 4261263

Browse files
committed
Adding missing property to system behavior config
1 parent 5bdec5c commit 4261263

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Core/Resgrid.Config/SystemBehaviorConfig.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ public static class SystemBehaviorConfig
119119

120120
};
121121

122+
/// <summary>
123+
/// For usage with DepartmentsToForceBackupSmsProvider, this will determine if we also want to send text messages to the primary provider as well
124+
/// </summary>
125+
public static bool AlsoSendToPrimarySmsProvider = false;
126+
122127
/// <summary>
123128
/// To send push notifications with your on-prem Resgrid installation with our apps in the App Stores (Google and Apple)
124129
/// you need to pay for a site key to send push notifications through our push infrastructure. To get a site key, which is

0 commit comments

Comments
 (0)