Bug #93393
closedTree Controller may return duplicate pagetypes
100%
Description
We encountered the problem while using blog extensions.
We define the order of the pagetypes in our own extension via typoscript and since our customers create very often BlogPosts it is further up in the order. The extension itself adds the pageType via `addUserTSConfig` at the end of the order.
This gives us the same entry twice.
An array_unique call would help here
Updated by Gerrit Code Review almost 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67582
Updated by Gerrit Code Review almost 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67582
Updated by Gerrit Code Review almost 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67596
Updated by Tobias Wojtylak almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 99382e05b823bb910fa726337007121def4c7bd7.