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