See the patch to solve this issue.
olivierg β created an issue.
Hi,
a solution is to remove all permissions defined by the group module in the insider and outsider scope and to define all group_permissions permissions for all groups in the individual scope :
To do this, you have to :
- create a individual calculator to define outsiders permissions and insider permissions for all groups in the individual scope
- create an alter calculator in order to unset groups permissions in the insider and ousider scope.
- and also to remove the override of ChainPermissionCalculator from flexible_permission by GroupPermissionsChainPermissionCalculator because it disable the possibility of creating an alter calculator...
olivierg β created an issue.
olivierg β created an issue.
olivierg β created an issue.
olivierg β created an issue.
See new patch to fix accessCheck on queries.
Hi nagy.balint,
I set you as project maintainer, you can now edit VCS, the project page and create a release.
see the patch
olivierg β created an issue.
Same issue with Group1 when I'm using Group permissions and Group Permissions Template.
Finally I created another patch that write the function GroupPermissionHandler::buildPermissionsYaml the same way it was write in Group 2.
Hi,
the patch does not work correctly cause the getMenuName function doesn't get the name you already defined as blank in the constructor.
So we have to change the getMenuName function in order to check menuName is not blank.
OlivierG β created an issue.
OlivierG β created an issue.