Hi, I have a requirement where I need to call my custom asset workflow on click of “Publish to brand portal” in quick publish tab. Can I overlay this Ui and call custom workflow ? Appreciate for any lead.. Thanks in advance
Hello,What is the best way to send notifications to an author upon executing a workflow ?I am trying to give the author insights regarding the progress of the execution but he is not required to participate in the workflow.I simply wish to notify the author from inside his session.Thanks,
I am working on adding AEMMJML (https://github.com/Netcentric/aemmjml) capabilities to my aem project. I was able to add it using package install but our team looking towards adding them as dependencies to the project. I added appropriate pom entries but the 'aemmjml-foundation' needs node js depen...
Hello, I am using AEM 6.5.9 to follow the REact SPA tutorial. I am working on the navigation section. I completed the section but noticed everytime I click on the menu the page refresh and call a new document, doing some debug, noticed that the CMP-navigation class is not being proxied to the rest ...
hi folks,I'm trying to get into using @Models instead of Use classes and Servlets.I can get the @Models to work o.k. but I'm having trouble with unit tests for them.I set up a pretend "Resource" with a node with a string property "target" of value "target".However, I can't map my @Model to it. I jus...
I'm using AEM 6.5.7 with HTL code in my component.And I get the illegalStateException when I try to invoke the addCookie for my slingHttpServletResponse in the doPost method of my servlet.Please find the below code snippet for the same; slingHttpServletResponse.addCookie(util.updateCookie(cookieName...
I want to add two new columns to the AEM Inbox: Content Path and Initiator. I've read through a lot of inbox questions here on Experience League, but I am still confused on how to do this.This question basically reflects what I want to accomplish. It is marked as solved, but the solution is another ...
In RTE Link Plugin the title text box placeholder text is coming as "Alt Text" where is it saving as "title". Do we need to raise a bug? Dialog:Source: @kautuk_sahni Thanks,Kiran Vedantam.
I want to log following information when any changes are made to an OSGi ConfigurationWhat configuration was changedWho changed the configurationWhat configuration values were updated and what the updates wereI created an EventListener to handle event topic org/apache/felix/webconsole/plugins/event/...