diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 07c7e774..dfec9af1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -14,7 +14,7 @@ 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 @@ -760,3 +760,5 @@ BUILD 133 CHANGES OF NOTE - Service -> Schedule implemented (help docs available now as well) - 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 +