Revision a470b8e6
[BUGFIX] The ``EntityPrivilegeExpressionEvaluator`` is singleton
The ``EntityPrivilegeExpressionEvaluator`` is already annotated as
scope ``singleton`` but was instanciated in the EntityPrivilege.
That is quite costly with a lot of queries. Now the ObjectManager
is asked for an instance of the evaluator.
Change-Id: I0eed5fc2a9c168c90b724a72ad034bd159dcd9bf
Releases: master, 3.0
- added
- modified
- copied
- renamed
- deleted