Actions
Bug #93009
closedTypeError for page which was created in workspace and is hidden, whe nusing getTreeList
Status:
Closed
Priority:
Should have
Assignee:
Category:
Workspaces
Target version:
Start date:
2020-12-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- Create a new page within a Workspace.
- Keep this new page hidden.
- Call getTreeList() on ContentObjectRenderer to include this page.
A TypeError should be raised due to the fact, that the overlay will convert $row to false as it is hidden. Later on this $row is passed in expectation it still is an array.
This happens if a sitemap is created via EXT:seo. Open it in preview for a workspace that includes a hidden or deleted page (deleted or hidden within the workspace).
Actions