mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
Fixed issue with creating events in edge scenarios when properties change from Fusion
This commit is contained in:
@@ -258,9 +258,11 @@ namespace PepperDash.Essentials.Room.Behaviours
|
||||
|
||||
// Set up its initial properties
|
||||
|
||||
schEvent.Acknowledgeable = true;
|
||||
if(!schEvent.Acknowledgeable)
|
||||
schEvent.Acknowledgeable = true;
|
||||
|
||||
schEvent.Persistent = true;
|
||||
if(!schEvent.Persistent)
|
||||
schEvent.Persistent = true;
|
||||
|
||||
schEvent.DateAndTime.SetFirstDayOfWeek(ScheduledEventCommon.eFirstDayOfWeek.Sunday);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user