Details
-
Bug
-
Resolution: Fixed
-
Critical
-
3.0 RC2
-
None
Description
ACL cannot be evaluated correctly for templates because templates' locations are not stored. To fix add this
if (getLocation() == null)
{ parameters.put("location", c.getHandle()); }to the constructor of info.magnolia.cms.beans.config.Template.
I will append a patch file...
Checklists
Acceptance criteria