This commit is contained in:
2021-06-11 16:59:38 +00:00
parent e35a69043f
commit a6813d53a6

View File

@@ -25,6 +25,11 @@ namespace AyaNova.Models
public List<string> Tags { get; set; } public List<string> Tags { get; set; }
//workaround for notification
[NotMapped, JsonIgnore]
public string Name { get; set; }
public CustomerNote() public CustomerNote()
{ {
NoteDate = DateTime.UtcNow; NoteDate = DateTime.UtcNow;