- Issue created by @a.dmitriiev
- Merge request !2Issue #3455028 by a.dmitriiev: Allow other modules to decorate group_permission.checker service → (Open) created by a.dmitriiev
- Status changed to Needs review
10 months ago 10:34am 17 June 2024
Group Privacy module decorates service group_permission.checker
. But it does it in a way, that no other decorators are allowed to run on the same service.
Install this module, try to decorate service group_permission.checker
with another custom module in the project. Observe that custom decorator is not called.
User inner
service calls in the decorator instead of parent
. See https://symfony.com/doc/current/service_container/service_decoration.html
Create MR and/or patch
None
None
None
Needs review
1.0
Code