Why can't I add a specific path in a filter.xml file?
Hello, what happens is that I am following the guide of:
To modify a just a file called fileupload.js that is in charge of validating information and uploading the asset in AEM using DAM.
What happens is that I am in the final step where only remains to add the path of the file that I created in filter.xml.
But when I add the complete path that would be the following one:
/apps/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js
I get the following error:
is not covered by any of the specified dependencies nor a valid root
But when I add the path in short version it allows me to do the following:
/apps/dam

But when I do the DAM when I click on create to upload an asset, the button does not work anymore.

What can I do in this case?, I already try to add the differents mode (replace, merge and update) and add the complete path but nothing of this works.
