This commit is contained in:
2021-04-01 21:35:00 +00:00
parent 84f394f2ed
commit bacef71d48
3 changed files with 14 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ namespace AyaNova.Models
[Required]
public long Serial { get; set; }
public string Notes { get; set; }//WAS "SUMMARY"
public string Wiki { get; set; }
public string CustomFields { get; set; }
@@ -65,7 +65,8 @@ namespace AyaNova.Models
//UTILITY FIELDS
[NotMapped]
public bool IsDirty { get; set; } = false;//never dirty coming from the server