Bug #98293
opendoktype for mount page shown above page tree even if enable_mount_pids => false
0%
Description
In one of our setups we have set 'enable_mount_pids' => false
in the LocalConfiguration.
However, in the "quick selection" above the page tree the mount page icon is still shown and can be dragged down to create a page with doktype = 7
.
Editing and saving this page will set it back to doktype = 1
of course, because the doktype select field is correctly missing the mount point option. The TCA type showitem for doktype = 7 are correctly evaluated when opening the edit panel for the first time, however.
The quick selection bar above the page tree should not display the icon for doktype = 7
if 'enable_mount_pids' => false
is set.
Updated by Riccardo De Contardi over 1 year ago
I'm trying to reproduce this issue with 10.4.37 and I am having a bad time...
1) From Install Tool I unchecked the '[FE][enable_mount_pids]'
option
2) I verified that 'enable_mount_pids' => false
has been written on localConfiguration.php
3) In the backend, I was still able to add a page with doktype=7 not only from the pagetree, but I've been able to create a page from List View and changed the doktype to 7 using the Page > Type dropdown..
Am I doing something wrong?
Updated by S P about 1 month ago
- TYPO3 Version changed from 10 to 12
Still valid on v12. Disabling mounts globally should implicitly disable the possibility to add them to the page tree.