Expand my Community achievements bar.

SOLVED

"jcr:isCheckedOut" property marked as false

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Level 2

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

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.

Avatar

Administrator

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