I am trying to search a property name by ignoring a case. Is there any predicate available ?path=/content/dam/demoProjecttype=dam:Assetproperty=@jcr:content/data/master/demoPropproperty.operation=existsI want the demoProp to be case insensitive while searching
function getLoggedInUserID() { var currentUserId = ""; var currentUserInfo; var CURRENT_USER_JSON_PATH = Granite.HTTP.externalize('/libs/granite/security/currentuser.json'); var result = Granite.$.ajax({ type: "GET", async: false, url: CUR...
It started working after I added class cq-common-admin-timeline-toolbar-actions-workflow in column view. Now it is not working in list view. I guess we need to handle different views
I tried a solution from below forum, but it worked only for AEM 6.3. Is there any solution for AEM 6.4?Restricting a page to be subjected to workflow only once at a time in AEM 6.3
I am using lockmanager in code to lock/unlock the page. I am able to lock a page with user session, but when unlocking with user session it always fails (not the owner of lock). Is there anyway to create lock-superuser in aem and use that session to unlock it ?I referred https://docs.adobe.com/docs/...