This commit is contained in:
2021-06-15 19:19:49 +00:00
parent b37eff40f6
commit 60672230f9
2 changed files with 4 additions and 4 deletions

View File

@@ -73,9 +73,9 @@ namespace AyaNova.Models
public List<string> CustomerAllowNotifyCSRRejectedInTags { get; set; } = new List<string>();
public List<string> CustomerAllowNotifyCSRRejectedOutTags { get; set; } = new List<string>();
public bool CustomerAllowNotifyWorkorderCreated { get; set; }
public List<string> CustomerAllowNotifyWorkorderCreatedInTags { get; set; } = new List<string>();
public List<string> CustomerAllowNotifyWorkorderCreatedOutTags { get; set; } = new List<string>();
public bool CustomerAllowNotifyWOCreated { get; set; }
public List<string> CustomerAllowNotifyWOCreatedInTags { get; set; } = new List<string>();
public List<string> CustomerAllowNotifyWOCreatedOutTags { get; set; } = new List<string>();

View File

@@ -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