Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.X EE, 7.0.X, Master
-
7.0.x
-
Committed
-
1
Description
Description
Inside of GroupImpl.isShowSite, a the hasPowerUserRole is computed before we know whether or not we need to use it. We should only compute this variable if we are going to use it, while still maintining the same level of code readability.
This issue is not testable by QA.