Actions
Feature #18677
closedAdding new child elements does not work on root page
Start date:
2008-04-23
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
New items can't be added for elements which are attached to the root page ("page uid 0") because the access check tries to look up the page in the database and examine the returned records. As the root page does not really exist, there are no records returned and so the create action gets rejected.
(issue imported from #M8212)
Files
Updated by Oliver Hader over 15 years ago
Committed to SVN:
- TYPO3_4-2 (rev. 5390)
- Trunk (rev. 5391)
Actions