fsi-open/admin-bundle

check permissions to admin-element's only when necessary

JarekW opened this issue · 2 comments

Currently SecuredElementInterface:isAllowed is checked on every request, even when it's not necessary, (eg profiler requests).

Calling it lazily on fetch from ManagerInterface would be the best.

Closed in favour of #75