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
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @chetan001
For this you need to overlay the /libs/dam/gui/content/assetdetails/jcr:content/actions/selection/quickpublish and also in /libs/dam/gui/content/asset/jcr:content/actions/selection/quickpublish to your apps layer
Overlay in apps /apps/dam/gui/content/assetdetails/jcr:content/actions/selection/quickpublish
Now browse to “<asset and assetdetails path>/jcr:content/head/clientlibs
Overlay clientlibs node in “/apps”. In the client lib categories you can see dam.gui.admin.publishasset.coral .You can get the specific path of this category using dumplib and similar to that client library create your own custom client library under above created apps node.
Refer below for more details:
https://techrevel.blog/2018/02/09/customizing-aem-assets-toolbar/
Hope this helps.
Regards,
Rajashankar.R
Hi @chetan001
For this you need to overlay the /libs/dam/gui/content/assetdetails/jcr:content/actions/selection/quickpublish and also in /libs/dam/gui/content/asset/jcr:content/actions/selection/quickpublish to your apps layer
Overlay in apps /apps/dam/gui/content/assetdetails/jcr:content/actions/selection/quickpublish
Now browse to “<asset and assetdetails path>/jcr:content/head/clientlibs
Overlay clientlibs node in “/apps”. In the client lib categories you can see dam.gui.admin.publishasset.coral .You can get the specific path of this category using dumplib and similar to that client library create your own custom client library under above created apps node.
Refer below for more details:
https://techrevel.blog/2018/02/09/customizing-aem-assets-toolbar/
Hope this helps.
Regards,
Rajashankar.R
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies