Actions
Task #67999
closedRemove extension class for ElementBrowserFolderTreeView
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2015-07-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
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.
Actions