diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index dfec9af1..5b90fe5e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -14,7 +14,6 @@ Testing cases Update front / back test deploy - double check roles at client, the way authorizationroles.hasrole is coded makes me think it might be wrong it only checks that the value is nonzero but in postgres I noticed it needs to compare if the resulting value equals the exact role being checked i.e. it's not enough to go userroles & desiredrole>0 but rather userroles&desiredrole==desiredrole @@ -761,4 +760,5 @@ BUILD 133 CHANGES OF NOTE - svc-schedule-user implemented (this is when you click on the user name and drill down from team view in svc-schedule) - Help docs / manual, fixed unlinked docs from index, cleanup here and there - case 3995 +- case 3996