Skip to content

Call to undefined method TYPO3\CMS\Core\Package\Package::getPackageIcon() #6

@RinyVT

Description

@RinyVT

The backend module "Request Log" does not work in TYPO3 12 because of the non-existent method getPackageIcon on the Package class.

I think it would probably be fine to exclude the icon display from v12 since it would otherwise need more changes than simply changing it to:

$package = $this->packageManager->getPackage($key);
$iconPath = method_exists($package, 'getPackageIcon') ? $package->getPackageIcon() : null;

I can provide a PR if wanted 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions