Actions
Bug #100379
closedExporting page tree with shortcuts
Start date:
2023-04-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Exporting the page tree using a preset doesn't work when pages of type shortcut are present. The following error is shown:
PHP Warning: Undefined array key "shortcut" in ../.build/vendor/typo3/cms-backend/Classes/Utility/BackendUtility.php line 1138Steps to reproduce the error:
- Create a page export preset including the installation root (page id=0)
- Create a page tree containing a page of type shortcut
- Select the root page and export the page tree
- Load the preset
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78353
Updated by Gerrit Code Review almost 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78357
Updated by Andreas Nedbal almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4f418d9646369dfbb72c71327b5b7d61b9847d6a.
Actions