I'm joining a large project that is in the process of updating components and templates to 6.5. Its been difficult to tell what has and hasn't been updated without reviewing the code of each file. My thoughts are to start documenting each component with a readme as its updated. Each would have whats...
I am trying to execute the following code snippet by using the conditional operator in sightly/htl: <a href="${author ? footer.root.path @ extension = 'html' : footer.root.path}" class="-oneX-link--block text-gray-100">${footer.root.title}</a> but it is failing with th...
Hi Team, We have one Cron job scheduler which creates around 100k pages in Production (weekly twice) and then we need to publish all pages. Would like to know best approach to handle this situations so that It does not impact Prod AEM instances' performance. 1) Page by page publish OR2) Create Packa...
AEM build time is a signficant problem,as it takes 1-2 hours for each of our 5 envs, and you cant deploy a built artifiact from one end (e.g. dev) into another (e.g. test). We have always done a full stack build, but I notice there is a front end build only. As AEM has front end (react etc) and bac...
Hi ,I am using saml login mechanism and in the properties have set Logout URL as https://app.com/ext/logout" Now for logout in the <a> tag we have added , <a class="cmp-user__action"href="https://app.com/ext/logout"data-asset-share-id="cmp-user-menu__logout-link">Log out</a> We have written a cust...
Hi Team,I have to use case to allow delegation for workitem assigned to a single user. Looking around any custom solutions. I tried updating the workitem in the same dynamic paticipant step, but the wokitem comes as volatile and hence can't be updated. Any pointers appreciated. This is how OOTB del...
Hi, In AEM 6.5.10 Managed Instance , I am trying to import Assets from a sftp server using Asset ingestor in ACS Manage Controlled Process. sftp://<hostname>:<port> (Username and password entered correctly in appropriate fields) It is throwing an exception in the logs as "javax.jcr.RepositoryExcept...