"jcr:isCheckedOut" property marked as false | Adobe Higher Education
Skip to main content
Level 2
January 16, 2017
Respondido

"jcr:isCheckedOut" property marked as false

  • January 16, 2017
  • 2 respostas
  • 5749 Visualizações

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.

Este tópico foi fechado para respostas.
Melhor resposta por 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 Respostas

rwinkle
rwinkleResposta
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