This commit is contained in:
2021-08-11 18:34:03 +00:00
parent ebc325aa44
commit 581bb7a656
3 changed files with 2 additions and 127 deletions

View File

@@ -111,9 +111,7 @@ namespace AyaNova.Models
[NotMapped, JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public AyaTypeId GenCopyAttachmentsFrom { get; set; }//INTERNAL, USED TO SIGNIFY ATTACHMENTS NEED TO BE COPIED ON SAVE
// [NotMapped, JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
// public string v7SigStrokePath { get; set; }//INTERNAL, USED TO EXPORT v7 SIGNATURES TO V8
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.WorkOrder; }