Hi all, We are on AEM 6.5.16.0 on-prem set-up.We have a requirement where we want to hide OOTB workflows in DAM assets UI and show only project specific workflows for a particular folder. Can you please guide how to accomplish this?
I am seeing a lot of 404 entry in the dispatcher error logs.For example, "GET /page1/page2/undefined HTTP/1.1" 404 696 "https://www.brand.co.lang/page1/page2/page3.html"Even though the page being accessed here i.e. page3 is available on Publisher instance. Also lets say if page3 has an alias set ca...
hey guys,Getting the below error -[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:npm (npm ci) on project aem-website.ui.frontend: Failed to run task: 'npm ci' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1...
Any idea why we are getting below error whenever any page is published? *ERROR* [EventAdminAsyncThread #7] com.adobe.cq.xf.impl.adobetarget.ExperienceFragmentsReplicationListener Cannot derive user name for bundle com.adobe.cq.cq-experience-fragments [300] and sub service targetorg.apache.sling.api....
Can we create arrays of textarea in Ca configuration?@Property(label = "Enter the Page Path", description = "Page Path", property = { "widgetType=textarea", "textareaRows=10"})String[] pagePaths(); I have used this code but I am getting multifield but textarea is not coming. Instead te...
We have a requirement to fix 3 components (For Example, Component A, Component B & Component C) on the top of the specific editable template. For this template, we have also allowed other components (For Example, Component D, Component E & Component F) to be added by the authors below the fixed comp...
Hello, can someone confirm for me the functionality that's available in the Review Task Assign to drop-down? I can select individual users then I have the option to select groups by role. When you select a group by role: * Does this send the topic/topics to each person with that role, provided they'...
I've written a custom EventHandler to track ASSET_EXPIRING event (DamEvent.EVENT_TOPIC). Even after setting the prism:expirationDate property, the event doesn't trigger, though I can see the asset being flagged red after it expires.