mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Fixed issue with creating events in edge scenarios when properties change from Fusion
This commit is contained in:
parent
7112c50f5a
commit
065075aabd
5 changed files with 19 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue