This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
Testing cases
|
Testing cases
|
||||||
Update front / back
|
Update front / back
|
||||||
test deploy
|
test deploy
|
||||||
|
|
||||||
double check roles at client, the way authorizationroles.hasrole is coded makes me think it might be wrong
|
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
|
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
|
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)
|
- 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
|
- Help docs / manual, fixed unlinked docs from index, cleanup here and there
|
||||||
- case 3995
|
- case 3995
|
||||||
|
- case 3996
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user