This commit is contained in:
@@ -118,6 +118,26 @@ namespace AyaNova.Models
|
||||
public string SignatureFooter { get; set; }
|
||||
|
||||
|
||||
public List<string> AllTags(){
|
||||
var t=new List<string>();
|
||||
t.AddRange(this.CustomerWorkOrderReport1Tags);
|
||||
t.AddRange(this.CustomerWorkOrderReport2Tags);
|
||||
t.AddRange(this.CustomerWorkOrderReport3Tags);
|
||||
t.AddRange(this.CustomerWorkOrderReport4Tags);
|
||||
t.AddRange(this.CustomerWorkOrderReport5Tags);
|
||||
t.AddRange(this.CustomerAllowCSRInTags);
|
||||
t.AddRange(this.CustomerAllowViewWOInTags);
|
||||
t.AddRange(this.CustomerAllowWOWikiInTags);
|
||||
t.AddRange(this.CustomerAllowWOAttachmentsInTags);
|
||||
t.AddRange(this.CustomerAllowUserSettingsInTags);
|
||||
t.AddRange(this.CustomerAllowNotifyServiceImminentInTags);
|
||||
t.AddRange(this.CustomerAllowNotifyCSRAcceptedInTags);
|
||||
t.AddRange(this.CustomerAllowNotifyCSRRejectedInTags);
|
||||
t.AddRange(this.CustomerAllowNotifyWOCreatedInTags);
|
||||
t.AddRange(this.CustomerAllowNotifyWOCompletedInTags);
|
||||
return t;
|
||||
}
|
||||
|
||||
public GlobalBizSettings()
|
||||
{
|
||||
Id = 1;//always 1
|
||||
|
||||
Reference in New Issue
Block a user