One of the page of our site is not editable, on checking its properties we found out that the has a property "jcr:isCheckedOut" marked as false and that's why we were not able to edit that page.
I could just find that it is related to versioning. But could not figure out, how it happened and to change it back to true.
Solved! Go to Solution.
Views
Replies
Total Likes
In the Touch UI if you edit a page, click on the Page Information icon in the top left (this depends on version). There should be a Lock Page or Unlock Page option to prevent someone else from editing the page while you are making changes.
In the Classic UI you should be able to Lock and Unlock the page from the SideKick's page information tab.
Views
Replies
Total Likes
In the Touch UI if you edit a page, click on the Page Information icon in the top left (this depends on version). There should be a Lock Page or Unlock Page option to prevent someone else from editing the page while you are making changes.
In the Classic UI you should be able to Lock and Unlock the page from the SideKick's page information tab.
Views
Replies
Total Likes
Adding more information here:
jcr:isCheckedOut is set to true when you check out the node. When the node is checked out you can write to it. The JCR specification describes this in more detail. You can refer to sections 3.13 and 15 in JSR 283. http://www.day.com/specs/jcr/2.0/15_Versioning.html
~kautuk
Views
Replies
Total Likes
Views
Likes
Replies