umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.37k stars 2.64k forks source link

Parent page shows list view and tree view at same time #16493

Open prjseal opened 1 month ago

prjseal commented 1 month ago

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

v14 rc5

Bug summary

If you enable a collection (list view) on a parent page, it still shows those child items in the tree view

image

Specifics

No response

Steps to reproduce

Create a parent type that is allowed at the root Set the parent page to use a list view image

create a child type that can be a child of the parent type Create the children under the parent. See that the children appear in the list view and the tree view

image

Expected result / actual result

I expected only the list view collection to show, not the tree view

github-actions[bot] commented 1 month ago

Hi there @prjseal!

Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.

We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.

We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.

Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:

madsrasmussen commented 1 month ago

Hi @prjseal

Thanks for the bug report.

In v14 it is by design that both the tree item children and the collection items are visible at the same time. We see the collection as an opt-in "upgraded" view of the children with extra information, ordering, and search capabilities. We think it makes perfect sense that it is now possible to navigate/use actions in the place that fits the user best.

If I remember correctly the List view was also introduced back in the day to solve a performance issue for tree items with many children. This has also been taken care of in the new backoffice with paginated trees.

prjseal commented 1 month ago

Hi @madsrasmussen That is not what the description says when you are adding the list view.

image

Paul

NikRimington commented 1 month ago

I would like to see this as an option so you can pick if it does/doesn't hide things from the tree - this caters for both scenarios. If you have a huge amount of content, it adds noise to the tree so list view helps keep the tree clean.

philipdanielhayton commented 1 month ago

+1 for being able to have the option to hide things from the tree if they're set as a list view.

iOvergaard commented 3 weeks ago

Hi, Re-opening this issue to address the clarifications needed in the UI.