Actions
Bug #98293
opendoktype for mount page shown above page tree even if enable_mount_pids => false
Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-09-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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.
Actions