This commit is contained in:
2020-07-17 13:40:31 +00:00
parent c547913d12
commit 0658632459
35 changed files with 39 additions and 39 deletions

View File

@@ -26,7 +26,7 @@ namespace AyaNova.Models
public string CustomFields { get; set; }
public List<string> Tags { get; set; }
[NotMapped]
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.WorkOrder; }
}//eoc
@@ -56,7 +56,7 @@ namespace AyaNova.Models
public List<WorkOrderItem> Items { get; set; }
[NotMapped]
[NotMapped, JsonIgnore]
public string Name
{
//Used by notification processor
@@ -66,7 +66,7 @@ namespace AyaNova.Models
}
}
[NotMapped]
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.WorkOrder; }
}//eoc