This commit is contained in:
2021-06-15 17:55:27 +00:00
parent 05d697485e
commit 640c9018e8
5 changed files with 20 additions and 16 deletions

View File

@@ -46,36 +46,36 @@ namespace AyaNova.Models
public string CustomerServiceRequestInfoHTML { get; set; } public string CustomerServiceRequestInfoHTML { get; set; }
public bool CustomerAllowCSR { get; set; } public bool CustomerAllowCSR { get; set; }
public List<string> CustomerAllowCSRInTags { get; set; } public List<string> CustomerAllowCSRInTags { get; set; } = new List<string>();
public List<string> CustomerAllowCSROutTags { get; set; } public List<string> CustomerAllowCSROutTags { get; set; } = new List<string>();
public bool CustomerAllowViewWO { get; set; } public bool CustomerAllowViewWO { get; set; }
public List<string> CustomerAllowViewWOInTags { get; set; } public List<string> CustomerAllowViewWOInTags { get; set; } = new List<string>();
public List<string> CustomerAllowViewWOOutTags { get; set; } public List<string> CustomerAllowViewWOOutTags { get; set; } = new List<string>();
public bool CustomerAllowWOWiki { get; set; } public bool CustomerAllowWOWiki { get; set; }
public List<string> CustomerAllowWOWikiInTags { get; set; } public List<string> CustomerAllowWOWikiInTags { get; set; } = new List<string>();
public List<string> CustomerAllowWOWikiOutTags { get; set; } public List<string> CustomerAllowWOWikiOutTags { get; set; } = new List<string>();
public bool CustomerAllowUserSettings { get; set; } public bool CustomerAllowUserSettings { get; set; }
public List<string> CustomerAllowUserSettingsInTags { get; set; } public List<string> CustomerAllowUserSettingsInTags { get; set; } = new List<string>();
public List<string> CustomerAllowUserSettingsOutTags { get; set; } public List<string> CustomerAllowUserSettingsOutTags { get; set; } = new List<string>();
public bool CustomerAllowNotifyServiceImminent { get; set; } public bool CustomerAllowNotifyServiceImminent { get; set; }
public List<string> CustomerAllowNotifyServiceImminentInTags { get; set; } public List<string> CustomerAllowNotifyServiceImminentInTags { get; set; } = new List<string>();
public List<string> CustomerAllowNotifyServiceImminentOutTags { get; set; } public List<string> CustomerAllowNotifyServiceImminentOutTags { get; set; } = new List<string>();
public bool CustomerAllowNotifyCSRAccepted { get; set; } public bool CustomerAllowNotifyCSRAccepted { get; set; }
public List<string> CustomerAllowNotifyCSRAcceptedInTags { get; set; } public List<string> CustomerAllowNotifyCSRAcceptedInTags { get; set; } = new List<string>();
public List<string> CustomerAllowNotifyCSRAcceptedOutTags { get; set; } public List<string> CustomerAllowNotifyCSRAcceptedOutTags { get; set; } = new List<string>();
public bool CustomerAllowNotifyCSRRejected { get; set; } public bool CustomerAllowNotifyCSRRejected { get; set; }
public List<string> CustomerAllowNotifyCSRRejectedInTags { get; set; } public List<string> CustomerAllowNotifyCSRRejectedInTags { get; set; } = new List<string>();
public List<string> CustomerAllowNotifyCSRRejectedOutTags { get; set; } public List<string> CustomerAllowNotifyCSRRejectedOutTags { get; set; } = new List<string>();
public bool CustomerAllowNotifyWorkorderCreated { get; set; } public bool CustomerAllowNotifyWorkorderCreated { get; set; }
public List<string> CustomerAllowNotifyWorkorderCreatedInTags { get; set; } public List<string> CustomerAllowNotifyWorkorderCreatedInTags { get; set; } = new List<string>();
public List<string> CustomerAllowNotifyWorkorderCreatedOutTags { get; set; } public List<string> CustomerAllowNotifyWorkorderCreatedOutTags { get; set; } = new List<string>();

View File

@@ -1693,6 +1693,7 @@
"Tags": "Kategorien", "Tags": "Kategorien",
"Tag": "Tag", "Tag": "Tag",
"TaggedWith": "Markiert mit", "TaggedWith": "Markiert mit",
"NotTaggedWith": "Nicht markiert mit",
"UserTypeServiceContractor": "Subunternehmer", "UserTypeServiceContractor": "Subunternehmer",
"AuthorizationRoles": "Autorisierungsrollen", "AuthorizationRoles": "Autorisierungsrollen",
"AuthorizationRoleNoRole": "Keine Rolle", "AuthorizationRoleNoRole": "Keine Rolle",

View File

@@ -1693,6 +1693,7 @@
"Tags": "Tags", "Tags": "Tags",
"Tag": "Tag", "Tag": "Tag",
"TaggedWith": "Tagged with", "TaggedWith": "Tagged with",
"NotTaggedWith": "Not tagged with",
"UserTypeServiceContractor": "SubContractor user", "UserTypeServiceContractor": "SubContractor user",
"AuthorizationRoles": "Authorization roles", "AuthorizationRoles": "Authorization roles",
"AuthorizationRoleNoRole": "No role", "AuthorizationRoleNoRole": "No role",

View File

@@ -1693,6 +1693,7 @@
"Tags": "Etiquetas", "Tags": "Etiquetas",
"Tag": "Etiqueta", "Tag": "Etiqueta",
"TaggedWith": "Etiquetado con", "TaggedWith": "Etiquetado con",
"NotTaggedWith": "No etiquetado con",
"UserTypeServiceContractor": "Subcontratista", "UserTypeServiceContractor": "Subcontratista",
"AuthorizationRoles": "Roles de autorización", "AuthorizationRoles": "Roles de autorización",
"AuthorizationRoleNoRole": "Sin rol", "AuthorizationRoleNoRole": "Sin rol",

View File

@@ -1693,6 +1693,7 @@
"Tags": "Balises", "Tags": "Balises",
"Tag": "Balise", "Tag": "Balise",
"TaggedWith": "Balisé avec", "TaggedWith": "Balisé avec",
"NotTaggedWith": "Non balisé avec",
"UserTypeServiceContractor": "Sous-traitant", "UserTypeServiceContractor": "Sous-traitant",
"AuthorizationRoles": "Rôles d'autorisation", "AuthorizationRoles": "Rôles d'autorisation",
"AuthorizationRoleNoRole": "Pas de rôle", "AuthorizationRoleNoRole": "Pas de rôle",