Currently if i enable the default list view on a content type, and I right click with my mouse button on the link and open it in new tab, then the new tab just redirects to the content homepage.
You actually used to be able to open a list view item in a new tab, I'm not sure in which version the behavior changed but I have an older site running 7.3.7 where you can open a list view item in a new tab. It was super convenient for editing multiple items in a row.
Open content item in new tab from list view
Hello,
Currently if i enable the default list view on a content type, and I right click with my mouse button on the link and open it in new tab, then the new tab just redirects to the content homepage.
When I hover over the specific document in the listview, the URL is indeed https://.../umbraco/ while I would expect it to be https://.../umbraco#/content/content/edit/{contentId}.
Is there any way to open a document in a new tab from the list view?
Thx!
Anyone?
Hi Dempsey,
this is unfortunatly not possible because the routing is done in angular in the backend after you click on the link.
How ever, you could create a custom listview where you manually set the link to
#/content/content/edit/{id}
:https://24days.in/umbraco-cms/2016/custom-list-view-layouts/
Hope this helps!
/Michaël
You actually used to be able to open a list view item in a new tab, I'm not sure in which version the behavior changed but I have an older site running 7.3.7 where you can open a list view item in a new tab. It was super convenient for editing multiple items in a row.
-Amir
is working on a reply...