Hi All,I'm using AEM 6.4 and under a use case, I need to check the current version of an asset and then fetch the previous version of an asset?Basically, I have to address the following items:-View what version of the asset you are using programmatically in the WorkflowProcess.Get byte[] for the pre...
Hi All,I'm using AEM 6.4 for this project. Hereby I'm trying to achieve something like below(refer screenshot attached) where the author can not only run workflows on the different versions of an Asset (in dam) but also VIEW the current workflow status for each of the versions of a selected asset.I'...
Currently, it is possible to create a multifield OSGi configuration with @Property(unbounded=PropertyUnbounded.ARRAY).Is it possible to create multi-multifield OSGi configuration?
How can I transport restriction policy given on /content from one environment to other environments? I have created a package of the rep:policy and try installing the same in other AEM instance but it didn't work and not even rep:policy node get updated with that installed package. Package installat...
Hi guys,I'm dealing with this weird data-sly behavior and I can't find an explanation for it.Have you ever encountered it?So I've got this data sly-repeat:<div data-sly-repeat.result=${model.result}"> <form class="randomclass"> <input id="1" type="text"/> </form></div...
Hi All Lately we (everybody in my team) are facing issues starting the AEM instance. Before going to issue little context on what changes had happened to our system lately. We all have machines with below configurationProcessor - Intel Core i5RAM - 8 GBOS - 64-bit Windows 10 The AEM Jars were...
Hello folks. Hope you are doing great.I'm having a weird problem with I18n object I created to get the translated strings before rendering my htl template. For example, I'm doing something like this:var i18n = new Packages.com.day.cq.i18n.I18n(request);var translated = i18n.get('Some string in my di...
I created a Page Template with an extra tab for configuring my own stuff. This tab only has an Autocomplete field. The problem is that when I open the autocomplete dropdown it is cut (like in the next image).I created an extraClientlib and included it in my .content.xml via the extraClientlibs prope...
I am using AEM 6.4.2. I have configured the default option as classic using Day CQ Root Mapping.When I double click any page in site admin, the page again opens in touch UI. Is there anyway to make it open in classic UI mode ?