diff --git a/server/AyaNova/models/CustomerNote.cs b/server/AyaNova/models/CustomerNote.cs index 3b4a88de..6c7432f3 100644 --- a/server/AyaNova/models/CustomerNote.cs +++ b/server/AyaNova/models/CustomerNote.cs @@ -25,6 +25,11 @@ namespace AyaNova.Models public List Tags { get; set; } + //workaround for notification + [NotMapped, JsonIgnore] + public string Name { get; set; } + + public CustomerNote() { NoteDate = DateTime.UtcNow;