Bookmarking URL with assetid preloaded


(Serge) #1

Hi,

If I work on various projects and want to setup bookmarks with assetid preloaded so when I click on them I get pages with their asset map path to the node already selected. Basically loading the backend interface ready to get used.

Is there something like a GET variable that can be used for that?

http://<hostname>/_admin_sandpit/?assetid=<theassetidiwant>

I have figured out this

http://<hostname>/_admin/?assetid=164154&asset_ei_screen=details&backend_section=am&am_section=limbo

But it does not load the path to the node in the asset map automatically.

Thanks


(Bart Banda) #2

Try this:

https://www.example.net/_admin/?assetid=1234&asset_ei_screen=details&am_section=edit_asset


(Serge) #3

Nope, asset map doesn’t load the path & node with that one either.

Isn’t there a $_GET variable to tell the asset map to open to a specific ID? If not, that would be a good feature request that would take only a few minutes to code … esp given the binoculars already trigger that reload.


(Bart Banda) #4

Ah off course, it only loads that asset in the editing frame. To get the path in the asset map you need to do it by URL, for example:

https://www.example.net/page/another-page/_admin

Yea it would be handy to load the path as well with just an asset ID query string, I guess we’d just have to figure out the rule for deciding which lineage to choose in the asset map by default if it’s linked into multiple places, but that should be relatively easy.

I’ll add something in our roadmap for it.


(Bart Banda) #5

Feature request added here: https://squizmap.squiz.net/matrix/11101