-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using?
16.2.0
Bug summary
I have a document type allowing listview display (Structure/Presentation/Collection)
When creating children below that document type, they appear correctly in the listview, but also in the Tree view

When clicking on the child in the Tree, the child content is opened full with for editing

But if I click on the child in the listview, it opens in a dialog for editing

Specifics
No response
Steps to reproduce
Create a document type allowing listview display (Structure/Presentation/Collection) and another document type that can be created below this one
Create a content of that 1st document type
Add children below this node,
They appear correctly in the listview, but also in the Tree view
When clicking on the child in the Tree, the child content is opened full with for editing
When clicking on the child in the listview, it opens in a dialog for editing
Expected result / actual result
The first level of edition should be full width, and not in a dialog