Hi,
We have a requirement to perform few operations on the asset metadata when move/delete action is triggered in touch UI. To achieve these, we will have to overlay a few OOTB JS functions and have them call a custom servlet on the move/delete action.
Based on my initial assessment.
AEM 6.3 is being used in our project.
Really appreciate the help here.
Thanks,
Hemanth
Reference: DAM admin delete button functionality customization
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
/libs/dam/gui/coral/components/admin/clientlibs/actions/js/delete.js is the js invoked when delete operation is performed on the asset.
As you have mentioned, you can make the changes you have mentioned here and it should work.
Views
Replies
Total Likes
Hi,
/libs/dam/gui/coral/components/admin/clientlibs/actions/js/delete.js is the js invoked when delete operation is performed on the asset.
As you have mentioned, you can make the changes you have mentioned here and it should work.
Views
Replies
Total Likes
Thanks, this worked!!
Views
Replies
Total Likes
Even I need some help for the same use case in sites page deletion, I am finding difficult to find where exactly the functionalities written for site page deletion. Please help me to resolve
Views
Replies
Total Likes