Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M4
-
Component/s: WCM, WCM > Sites Administration
-
Labels:
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
Steps to reproduce:
-------------------
Create a site template "SiteTemplate". Do not allow modifications.
Add to it one page "Page A"
Add to "Page A" a subpage "Subpage A"
Create a site "TestSite" that implements "SiteTemplate".
Go to TestSite -> Subpage A
In the dockbar, select "Add page".
Nothing happens and there is an error in the js browser console.
The problem is that you shouldn't be able to press "Add page" on this page, it does not allow modifications. Then it is checked in java and the validation fails, returning a json is not processable.
Issue Links
- testing discovered
-
LPS-32611
The page can be modified even it is associated to a site template which does not allow modifications to it.
-

Delegate permission controls to Service methods. Now, the permissions are checked in service methods instead of UpdateLayoutAction class