Hi,We have a use case where users belonging to CustomGroup should only see custom workflows.All the OOTB workflows should be restrictedI see that OOTB Workflow like "Request for Deletion" doesn't have mixinTypes : rep:AccesControllable , hence i will not be able to restrict themMy question is whi...
Hi,How can I set date as a property value on a node using CURL command?Currently I am trying to execute below curl command but it is setting as String property.curl -u "user:pwd" --data "displayDate=2016-10-19T09:16:43.215-04:00" http://localhost:4502/content/my-site/my-page/jcr:contentThanks,Radha ...
Hey Guys,After refactoring code to 6.4 i am not able to see the custom process in the dropdown for the custom process step for the workflowAm i missing something?Refactored the annotations alone@Component(immediate = false, property={ Constants.SERVICE_DESCRIPTION + "=Description.", Co...
Hi All, After using the default datepicker (granite/ui/components/foundation/form/datepicker) in page properties when I try to fill in the value in the dialog it works fine as expected. But later when I try to empty the field or remove value from there then it still stays and also in the reposito...
Scenario: I have a custom workflow which has only one Process Step. It gets triggered through a launcher.Issue: I See the WF gets triggered 3-4 times. One by Admin(I have logged in as admin), and rest by workflow-process-service. I am not sure why will the same workflow get triggered multiple times...
We're doing some testing on AEM 6.3 SP2, and I stumbled on an issue in one of our screens. To edit a component we open a modal foundation form which gets opened in a coral-dialog overlay. In that modal menu we have a foundation datepicker component which opens in a coral-popover.The issue is the dat...
Hi Team, We have situation like we need to maintain sticky session for some of the content and we have like 2 publishers and 2 dispatchers and its not 1:1 connection.Trying to configure sticky session in loadbalancer and in dispatcher , to do that I need some clarity . what are the configurations ...
All of my template policies are stored like "policy_1522132149527" even after giving readable policy Title and policy description. Whenever I am sharing package(containing editable templates) with anyone, it is difficult to identify policy of template so I have to create package without policies and...
I want to upload 2 images using fileuoload in aem 6.4. I found only one fileReference created in content. Is there any solution to store 2 images using fileupload(not multifiled) in single dailog.