Actions
Bug #93793
closedPage cannot be hidden by default if it is not created by drag'n'drop
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-03-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In TYPO3 10.4.14 a page cannot be hidden by default. No matter if you take the context menu and select "New" there or if you create a new page at the desired position via the list module. By drag'n'drop in the PageTree the page is hidden.
Tried configurations:
PageTS:
TCAdefaults.pages.hidden = 1
TCA:
$GLOBALS['TCA']['pages']['columns']['hidden']['config']['default'] = 1;
Actions