After upgrading core components from 2.20.6 to 2.22.10, core component's accordion and carousel select panel is breaking. It gives following console error when I click on select panel: Uncaught Error: Syntax error, unrecognized expression: # [data-cmp-hook-accordion='item'][data-cmp-expanded] [data...
Hi,Can someone please assist why the path browser option is not displaying as expected for the multifield added through the OSGI configuration. With the single field it is working fine.Code :Output:
Hi I have the Sling model in that i have list like below public List<customList> getCustomProducts() { return customProducts;} When i tried to identify the last item of list like below <sly data-sly-list.product="${productModel.customProducts}"> <a href="${product.link}"><strong> ${product.nam...
Hi, I add a field to "Edit Tag" wizard via "/libs/cq/tagging/gui/content/tags/tagedit/jcr:content/body/items/form/items/wizard/items/editStep/items/fixedColumns/items" and I assign values to the “Tag Color" , but when I open the "edit tag" again, the "Tag Color" field does not show the value.Tha...
Hi All,I have a generic method which is used for rendering a service reference. Can you guide me how can I create a Junit test method for the same?When trying to mock BundleContext getting error as shown below:Cannot invoke "org.osgi.framework.Bundle.getBundleContext()" because the return value of "...
Hello,I am needing to create a Workflow that automatically resizes an Asset upon upload if it is above a particular size. I understand how to create "Renditions", but I need to be able to provide transformations (using the CommandLine or other Step) on the original image. Is this possible? If so, ho...
Hi, I am using nested multifield in AEM SPA with react .When I am trying to access the <page url>.model.json, nothing is rendered. But, when I try to retrieve with component node path,<page-node-path>.model.json, then it returns the component json. Please let me know how can I retrieve nested multif...
Theme/Styles are not loading for adaptive form in one of the publisher stage instance(stage-publisher1) but form is loading perfectly in another stage environment(stage-publisher2). I am getting 404 error page in browser and below warnings in logs when I access pub1 theme url, whereas pub2 url is pr...
On Dispatcher POST/GET call with Selector is giving error but without selector it is working fine. But I want it to work with selector. I have allowed selector in filter still it is not working. This issue appeared after the shortening of the URL. Without shortening it was working fine. My servlet i...
Hi, Create a custom workflow report that takes the start, end dates as inputs and generate a report containing workflows that ran during that time period. the report contains model, title, payload, workflow status and duration of the workflow if the status is completed. TIA