Task #67999
closedRemove extension class for ElementBrowserFolderTreeView
100%
Description
EXT:recordlist ships with an extended ElementBrowserFolderTreeView
which is a subclass of the regular ElementBrowserFolderTreeView from
EXT:backend. The subclass can be easily merged into the parent class
as the logic is non-breaking for the areas which use the parent class.
The patch removes the child class (4th level inheritance!) into the parent
class and changes all occurences in the core to the parent class.
A class alias map is added for the old class into EXT:compatibility6.
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/41024
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41024
Updated by Thomas Schlumberger over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f15b605af9dc29efa0bcb6a5f48d88e22a021959.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed