case 4056

This commit is contained in:
2021-12-31 18:33:05 +00:00
parent 2df3525b07
commit 88d6ad0e03
5 changed files with 77 additions and 238 deletions

View File

@@ -99,6 +99,17 @@ namespace AyaNova.Models
[NotMapped]
public string FromPMViz { get; set; }
[NotMapped]
public string LastStateUserViz { get; set; }
[NotMapped]
public string LastStateNameViz { get; set; }
[NotMapped]
public string LastStateColorViz { get; set; }
[NotMapped]
public bool LastStateCompletedViz { get; set; }
[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)