Browser item links
When I add a browser field to a block form or even a twill settings page, initially if I click on a recently selected item, it will navigate to the correct module but when I reload the page there is no longer a link. (clicking on one of the selected items does nothing)
It works fine within modules as I can define browser settings but not in blocks. If I had to guess, the required link data is not present on the page for existing items.
Any help appreciated.
1 Reply
Hi @Mike you can define an accessor for
adminEditUrl
in your browser models to fix this, or define route prefixes under twill.block_editor.browser_route_prefixes
. Did you group your twill module under some prefixes? If you didn't this should work automatically so let me know.