This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user