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;
Updated by Chris Müller over 3 years ago
Yes, it is possible: Have a look at the "Important" note in the documentation:
https://docs.typo3.org/m/typo3/reference-tsconfig/10.4/en-us/UserTsconfig/TcaDefaults.html
Updated by Riccardo De Contardi over 3 years ago
- Status changed from New to Needs Feedback
Updated by Benni Mack over 3 years ago
- Related to Bug #93263: Creating a new page via pagetree context menu 'New' does not apply TCAdefaults added
Updated by Riccardo De Contardi almost 3 years ago
- Related to Bug #96161: TCAdefaults not working added
Updated by Christian Kuhn almost 3 years ago
- Status changed from Needs Feedback to Closed
Hey. I hope it's ok to close here - Chris linked to a docs snipped that should solve the issue. Please re-open or create a fresh issue in case we missed something.
Actions