Hi Team, I am getting issue with translation jobs stuck to status SUBMITTED instead of Translation In Progress, if started after creating from Reference Panel.We are using AEM 6.5.18 version. I have created Translation projects from Reference Panel using Human Translation Method.Opened the Project C...
Is it possible to configure a tag path selector in Scheduler service in AEM6.5? I would like to configure a tag location that I then use in the Scheduler:Example:/content/cq:tags/blog/content/cq:tags/zkb/content/blogI tried to configure it like this:@AttributeDefinition(name = "tagPath", description...
Hi, I am trying to use web-optimized image delivery with my custom component's sling model, following documentation here and here. It makes use of the `AssetDelivery` service, which I was told to inject like either of these. com.adobe.cq.wcm.spi.AssetDelivery //... @reference(cardinality = Refer...
Hello, I am creating some services to connect to some endpoints, the problem is that I need to do it for one with the PATCH method and I don't know how to do it because until now I have only worked with the GET and POST methods. , is there any guide or way to understand how to do it? Thank you very ...
I am having an issue where a custom component called "metadata" is in a custom template, and shows up in the template editor, but does not appear in the page that is made with the template. Here is the template editor in AEM:"I EXIST" is there showing that the component is in fact in the template. H...
Hello Community Members, could you please suggest the query I should use in the following list component to retrieve pages located on /content/abc/ path filtered by their last modified date and only showing the pages modified within last 2 days https://experienceleague.adobe.com/docs/experience-man...
I am using link component within experience fragment and provided the link of a blueprint homepage link. And used the XF in a blueprint page. Now, I created a live copy of that page. And I wanted that the link(which I used inside XF) should get updated according to the live copy. Blueprint Structure...
When I resolve tags using the following code I get them in format: blog : something management / themeninvestments String QUERY2 = "SELECT * FROM [cq:Tag] AS tag WHERE (ISDESCENDANTNODE(tag, '/content/cq:tags/blog') OR ISDESCENDANTNODE(tag, '/content/cq:tags/zkb/content/blog')) AND tag.[sling:resour...
Hi, While we are trying to access dam path(content\dam\asset.jpg) from the instance, the image preview is not loading in server but it's getting downloaded directly. Can anyone help why this issue happening?