Closed (fixed)
Project:
Group permissions
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2022 at 18:32 UTC
Updated:
21 Aug 2023 at 17:12 UTC
Jump to comment: Most recent
Comments
Comment #4
lobsterr commented@ekes A nice catch, I completely forgot to check revisions pages.
Comment #7
leomontenegro6 commentedSo, the "getGroupRoles" method present in 1.0.0 was deleted in 2.0.0, and replaced by the "getNonAdminRoles" method, right?
I was taking a look at both methods, to check their differences. Although both are listing group roles, are they indeed equal? The latter seems to ignore admin roles, with the former seeming to get all roles without distinction. Will it give the same results regardless, or should we take that into consideration when updating 1.0.0 to 2.0.0 as well?