From 60672230f9073967905ceb0c6036c2530f65ec13 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 15 Jun 2021 19:19:49 +0000 Subject: [PATCH] --- server/AyaNova/models/GlobalBizSettings.cs | 6 +++--- server/AyaNova/util/AySchema.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/AyaNova/models/GlobalBizSettings.cs b/server/AyaNova/models/GlobalBizSettings.cs index cd982151..158843d5 100644 --- a/server/AyaNova/models/GlobalBizSettings.cs +++ b/server/AyaNova/models/GlobalBizSettings.cs @@ -73,9 +73,9 @@ namespace AyaNova.Models public List CustomerAllowNotifyCSRRejectedInTags { get; set; } = new List(); public List CustomerAllowNotifyCSRRejectedOutTags { get; set; } = new List(); - public bool CustomerAllowNotifyWorkorderCreated { get; set; } - public List CustomerAllowNotifyWorkorderCreatedInTags { get; set; } = new List(); - public List CustomerAllowNotifyWorkorderCreatedOutTags { get; set; } = new List(); + public bool CustomerAllowNotifyWOCreated { get; set; } + public List CustomerAllowNotifyWOCreatedInTags { get; set; } = new List(); + public List CustomerAllowNotifyWOCreatedOutTags { get; set; } = new List(); diff --git a/server/AyaNova/util/AySchema.cs b/server/AyaNova/util/AySchema.cs index 62ada528..e9bed2cf 100644 --- a/server/AyaNova/util/AySchema.cs +++ b/server/AyaNova/util/AySchema.cs @@ -264,7 +264,7 @@ namespace AyaNova.Util + "customerallownotifyserviceimminent BOOL DEFAULT FALSE, customerallownotifyserviceimminentintags VARCHAR(255) ARRAY, customerallownotifyserviceimminentouttags VARCHAR(255) ARRAY, " + "customerallownotifycsraccepted BOOL DEFAULT FALSE, customerallownotifycsracceptedintags VARCHAR(255) ARRAY, customerallownotifycsracceptedouttags VARCHAR(255) ARRAY, " + "customerallownotifycsrrejected BOOL DEFAULT FALSE, customerallownotifycsrrejectedintags VARCHAR(255) ARRAY, customerallownotifycsrrejectedouttags VARCHAR(255) ARRAY, " - + "customerallownotifyworkordercreated BOOL DEFAULT FALSE, customerallownotifyworkordercreatedintags VARCHAR(255) ARRAY, customerallownotifyworkordercreatedouttags VARCHAR(255) ARRAY " + + "customerallownotifywocreated BOOL DEFAULT FALSE, customerallownotifywocreatedintags VARCHAR(255) ARRAY, customerallownotifywocreatedouttags VARCHAR(255) ARRAY " + ")"); //create global ops BACKUP settings table