We have a similar problem, but with a component we have built, when installed it nicely puts the nodes in place under /apps, however if i do an uninstall of the package, the nodes are still in place. The filters are very simple and only have the path to the component location.This is on 6.3 SP1
I managed to get it working with the following code. Granite.author.ui.assetFinder.registry.Images.searchRoot = data.restrict; Granite.author.ui.assetFinder.registry.Images.setSearchPath(data.restrict); $('foundation-autocomplete.coral-Form-field.assetfilter.path')....
Is there any answer to this ?In 6.2 I had a clientlib that did Granite.author.ui.assetFinder.registry.Images.searchRoot = data.restrict; Granite.author.ui.assetFinder.registry.Images.setSearchPath(data.restrict); $('.coral-InputGroup-input.coral-Textfield.js-coral-pa...