In touch ui view, I dont think so. Use classic ui or go the node in crx to see who is the lock owner. If you want to alter the view in touch ui, customization is required.
Viewing the lock owner in touch ui would require overlay and customization.If you overlay the file at /libs/cq/gui/components/coral/admin/page/card/card.jsp to /apps folder, and make changes to the jsp then custom code can be written to display lock owner in the card view.In card.jsp, following chan...
When editing any touch UI component, if the author by mistakes clicks the check mark twice after editing the touch UI dialog, the logs give org.apache.sling.api.resource.PersistenceException Caused by: javax.jcr.InvalidItemStateException: OakState0001: Unresolved conflicts.Is there a way that this c...
I am dropping my component(sightly) inside a parsys. The component gets wrapped by auto-generated wrapper divs.when cq:noDecoration is set to true, the component becomes non-editable. P.S. None of the below mentioned code snippets in the activate method of wcmpojo class seem to work :IncludeOptions...
I am trying to configure LDAP with my AEM(5.6) instance. The error.log file shows this:com.day.ldap.LDAPConnThread network error on LDAP connection java.io.IOException at com.day.ldap.client.JDAPBERTagDecoder.getElement(JDAPBERTagDecoder.java:119) at com.day.ldap.ber.stream.BERTag.<ini...