@abulqasimkp , thank you. The above you pasted is perfect. It however needs one more:# For Assets menu item to show under Tools (in LHS panel)- path: /libs/cq/core/content/nav/tools/assets permission: allow actions: read privileges: repGlob:
@alexandrad27705 Restarting the com.day.cq.cq-mailer bundle in the environment was the solution that worked for me. The MessageGatewayService contains a hashSet of gateways. If you delete or move your Day CQ Mail Service configuration, a new gateway is added to the hashSet. The messageGatewayService...
Restarting the com.day.cq.cq-mailer bundle in the environment was the solution that worked for me.The MessageGatewayService contains a hashSet of gateways. If you delete or move your Day CQ Mail Service configuration, a new gateway is added to the hashSet. The messageGatewayService.getGateway() only...
Hi guys, We've added a custom form action type (/apps/<project>/components/form/actions) to the list of form action types that show in the OOTB form container ActionType drop down.I want to hide some of the OOTB actions: /libs/commerce/components/actions/submitorder that show in this drop down. This...