Bug #87825
closedEditor user cannot collapse the first node in pagetree
0%
Description
Steps to reproduce the problem:¶
1) create a home page, and under it some subpages and some subpages of the subpages.
2) create a usergroup "editors"; give all grants on tables and fields (ACL); startingpoint: home page.
3) set all pages as group "editors", give all privileges (Show page, Edit content, Edit page, Delete page, New pages)
4) create a non-admin user "editor"; group: editors
5) switch to editor and open the pagetree
result:¶
See attached screenshot; the home page node is not collapsible
- the issue is present on 9.5.4 and latest master
- the issue is absent on 8.7.24
So I guess it's related to the new pagetree - maybe because the root (ID=0) node is absent?
Files
Updated by Riccardo De Contardi almost 5 years ago
- Related to Bug #89847: Cannot expand page tree if collapsed added
Updated by Michael Telgkamp almost 5 years ago
This issue is in conflict with issue #85809 which asked to disable the click-toggle for the root node. I would also like to have the clickable toggle available, but keep the logic to unfold the first root node if there is only one. Also I suggest to keep the toggle arrow for consistency reasons. It is displayed if multiple mount points are available, so I do not see the reason why it should be hidden for only one root node.
Updated by Riccardo De Contardi almost 5 years ago
- File Cattura.PNG Cattura.PNG added
It was just pointed out to me (thanks Michael Telgkamp) that when you have multiple mountpoints, then the arrows are visible again, like on this screenshot, so they're visible only when needed.
Updated by Riccardo De Contardi almost 5 years ago
- Related to Feature #85809: Remove toggle function from page tree root element added
Updated by Riccardo De Contardi almost 5 years ago
- Status changed from New to Closed
I close my issue as this is the intended behavior. Thank you.