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