Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

"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 solución aceptada

Avatar

Respuesta correcta de
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.

Ver la solución en mensaje original publicado

2 Respuestas

Avatar

Respuesta correcta de
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