case 4232

This commit is contained in:
2022-11-03 18:12:15 +00:00
parent ac8ae554d4
commit 50dc598244
4 changed files with 40 additions and 12 deletions

View File

@@ -32,6 +32,7 @@ namespace AyaNova.Models
[NotMapped]
public bool LockedViz { get; set; }
//workaround for notification
[NotMapped, JsonIgnore]
public List<string> Tags { get; set; } = new List<string>();