Bug #88726
closed$orderByFields is not handen over to parent::init() for PageTreeView
100%
Description
Hi.
Today I saw that the $orderByFields isn't handed over to the parent::init() for the PageTreeView.
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php#L70
I don't know what consequences this have, but there are currently no tests covering this.
This has been in the core for where long, without any notice, so it cannot have a big impact on the users of TYPO3.
6.2 -> https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_6-2/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php#L57
6.1 -> https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_6-1/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php#L69
6.0 -> https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_6-0/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php#L78
I'll be happy to help fixing this. But would like to have your confirmation first that it's issue.
Thanks in advance.
Tomas
Updated by Gerrit Code Review over 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/+/63931
Updated by Susanne Moog over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a8798dfaf60818967c10d5a9f625bac346cfe889.