Skip to content
Snippets Groups Projects
Commit a68aceaf authored by Benni Mack's avatar Benni Mack Committed by Christian Kuhn
Browse files

[TASK] Simplify hierarchy logic within AbstractTreeView subclasses

This change simplifies the ExportPageTreeView to extend
from AbstractTreeView directly, making the intermediate subclassing
to BrowseTreeView obsolete.

In addition, several properties which are only used within
ExportPageTreeView are moved into this class, reducing the
actual logic within AbstractTreeView.

Unused properties such as "MOUNTS", "bank" and "stored" are
moved to the respective usage'd subclasses.

Resolves: #94007
Releases: master
Change-Id: Ieba1fd4fa6d8df33d1ebdb047f6d76b1b3413bfb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68901


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent cf235e0c
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment