Actions
Bug #17442
closedDefault values defined in TCA not used in IRRE children
Start date:
2007-07-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I want the standard doktype of an inlined page (pages-Table) to be Advanced (2).
Therefore I used
$TCA["pages"]["columns"]["doktype"]['config']['default'] = 2;
When I now create a new page the normal way (list view, etc.) the form will be the default form of an advanced page (doktype=2).
When I do the same by IRRE within a new element, the doktype still is Standard (1).
(issue imported from #M5906)
Files
Updated by Oliver Hader over 17 years ago
The attached patch should solve this problem on new records. Please test and gimme a short feedback. Thanks!
Updated by Oliver Hader about 17 years ago
Committed to SVN:
- TYPO3_4-1 (rev. 2482)
- Trunk (rev. 2483)
Actions