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