This commit is contained in:
2021-07-27 19:13:51 +00:00
parent 4cd151f88b
commit 120f9f85a4
3 changed files with 9 additions and 9 deletions

View File

@@ -116,7 +116,7 @@ namespace AyaNova.Models
public bool UserCanViewLoanerCosts { get; set; }
[NotMapped]
[NotMapped,JsonProperty(NullValueHandling=NullValueHandling.Ignore)]
public AyaTypeId GenCopyAttachmentsFrom { get; set; }//INTERNAL, USED TO SIGNIFY ATTACHMENTS NEED TO BE COPIED ON SAVE
[NotMapped, JsonIgnore]