List View: add additional settings #19321
andrejd22
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading from version 13 to 15, our content editors were surprised by a change in the list view behavior. Previously, selecting an item from the list would open it in a full-page view. In the new version, items now open in a modal (sidebar), which has impacted their workflow.
Currently, the only way to open an item in full-page view is to locate it via the content tree. However, this is not ideal, as the tree’s ordering doesn’t match the list view, making it time-consuming to find relevant items.
Based on feedback from our content editors, introducing one of the following enhancements is necessary:
TinyTake.by.MangoApps-14-05-2025-03-24-13.mp4
As a temporary workaround, we plan to implement a custom list view (based on Umbraco’s default table view) and adjust the behavior at the point where item paths are generated:
document-table-collection-view.element.ts
:change to logic from
tree-item-context-base.ts
:If option 2 is implemented, this is the area where the toggle setting could determine how the path is constructed:
Beta Was this translation helpful? Give feedback.
All reactions