"jcr:isCheckedOut" property marked as false | Community
Skip to main content
Level 2
January 16, 2017
Solved

"jcr:isCheckedOut" property marked as false

  • January 16, 2017
  • 2 replies
  • 5749 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by rwinkle

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.

2 replies

rwinkle
rwinkleAccepted solution
Level 2
January 18, 2017

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.

kautuk_sahni
Community Manager
Community Manager
January 19, 2017

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

Kautuk Sahni