I recently encountered a similar issue.After some investigation, I found that the problem was caused by Coral 3's Nested Multifield — when clicking the Add button, it triggers a duplicate focus event, which causes the page to scroll to the wrong position.To fix this, I chose to override the native _...
I recently encountered a similar issue.After some investigation, I found that the problem was caused by Coral 3's Nested Multifield — when clicking the Add button, it triggers a duplicate focus event, which causes the page to scroll to the wrong position.To fix this, I chose to override the native _...
I also encountered the same issue and resolved it by utilizing CoralUI 2 for Nested Multifield.Here's my code, hope can help you<detailswithnastedmultifield jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/multifield" composite="{...
Hi @Amsalek4 Is 'Generate Sitemap' checked in the page properties? and if you config to "allOnDemand": true will not generate static sitemap.xml in /var/sitemaps
I created a custom Process Step in my workflow and checked "Handler Advance" & "Do not retry workflow job on failure" in the workflow properties.When this Process Step encounters an error, it throws a WorkflowException.However, even after throwing the WorkflowException, the status of my workflow rem...
Hi @snowwhite92 You can give this approach a tryEmbedding Third party dependency/OSGi bundle in AEM application hosted in AEMasCS (myaemlearnings.blogspot.com)
I have a custom workflow that can be executed by a program. However, I want to ensure that only one instance of it runs at a time. Any additional instances should be queued for later execution. I have tried configuring it using Apache Sling Job Queue Configuration, but it seems that I cannot achieve...