Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.0 CE RC2
-
6.2.x
-
Committed
-
4
Description
This change is for performance tuning, no need to test.
For example, GroupPermissionUtil.contains(PermissionChecker, long, String) needs to find the group with groupId first and finally call GroupPermissionUtil.contains(PermissionChecker, Group, String). We should use the simpler one as possible as we can.
Attachments
Issue Links
- relates
-
LPE-15425 Use the model instance instead of the ID when performing permission checks
-
- Closed
-