case 4232
This commit is contained in:
@@ -110,6 +110,7 @@ namespace AyaNova.Models
|
||||
[NotMapped]
|
||||
public bool LastStateLockedViz { get; set; }
|
||||
|
||||
|
||||
|
||||
[NotMapped]
|
||||
public bool IsCompleteRecord { get; set; } = true;//indicates if some items were removed due to user role / type restrictions (i.e. woitems they are not scheduled on)
|
||||
|
||||
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user