This commit is contained in:
2021-08-10 20:24:16 +00:00
parent c628ccaf6a
commit c08f3bbb48
2 changed files with 16 additions and 16 deletions

View File

@@ -111,8 +111,8 @@ 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, 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; }