Skip to content
Snippets Groups Projects
Commit 0f6b9d8d authored by Thomas Löffler's avatar Thomas Löffler Committed by Oliver Bartsch
Browse files

[TASK] Show image of distribution even if not installed

Previously the image of a distribution extension
was only shown in the extensionmanager, in case
the distribution was already installed. In the
list view, all distributions therefore displayed
the same fallback image.

This is now fixed by adding a new field to the
extension record, which is filled via the XML
parser. As it contains the URL to the image,
it can be directly used in the corresponding
templates and therefore allows to remove the
DistributionImageViewHelper. Instead, a new
web component handles the image and ensures
a preview image is displayed, even if the
distribution image is not available.

Resolves: #83465
Releases: master
Change-Id: Id249b99833571024e39ed3f5991751e24e2e8d1d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69099


Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarThomas Löffler <loeffler@spooner-web.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent bd92b362
Branches
Tags
No related merge requests found
Showing
with 185 additions and 137 deletions
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