Hi @ShashankJa1 ,It is recommended that Authors only be allowed to edit the tag's title or description.However when there is need for clean up the Tagging Taxonomy by moving the tag to new location or renaming it, then we can use Move option in tagging console.1) Does the value get automatically upd...
That's what, even I told the same in my first post. Recent releases (10th July and 15th July) had issues which created such inconveniences and Adobe was quick enough to fix those issues.
Hi @winter_bunny ,You may be experiencing this issue due to recent technical release. Stick to older version for now and raise ticket with Adobe for this issue. https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/release-notes/maintenance/latest#:~:text=Known%20Issues...
Hi @Kamaraj_AEM ,Looks like this issue has already been fixed.Check the below page for latest Maintenance release Notes/updateshttps://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/release-notes/maintenance/latest Check Fixed Issues section,SKYOPS-112722 - Fixed an issu...
I think, this is due to restricted/locked permissions for Group Administrators to Project preferences. Your system Administrator can enable the permissions to Group Admins.You can refer this documentation: https://experienceleague.adobe.com/en/docs/workfront/using/administration-and-setup/manage-gro...
Hi @bagwanpankaj ,Try to complete the workflow step through code as below,workflowSession.complete(workItem, route);route you can get it from workflowSession.getRoutes(workItem, false).get(0)); Thanks,
Hi @SaiM ,We can not manually restart the AEM servers like we used to do on AMS or on-prem AEM instances.However you can try to trigger the QA pipelines manually to refresh the bundles.Thanks,Sid
We can also try to exclude the dependency from Uber.jar.<dependency><groupId>com.adobe.aem</groupId><artifactId>uber-jar</artifactId><version>${aem.uber.version}</version><scope>provided</scope><exclusions><exclusion><groupId>com.google.code.gson</groupId><artifactId>gson</artifactId></exclusion></e...