This commit is contained in:
2022-03-03 17:55:19 +00:00
parent baa4eb36f9
commit 5b49fb3044
9 changed files with 152 additions and 10 deletions

View File

@@ -1138,7 +1138,7 @@ namespace AyaNova.Util
WorkOrderStatus stat = new WorkOrderStatus();
stat.Name = "Closed";
stat.Active = true;
stat.Color = "#FCF1C2";//maybe white is better? I.e. no color basically
stat.Color = "#CDC4AA";//boring oatmeal
stat.Completed = true;
stat.Locked = true;
stat.SelectRoles = AuthorizationRoles.Service | AuthorizationRoles.BizAdmin;