Project

General

Profile

Actions

Bug #78195

closed

WizIcon not shown in new content element list any more

Added by Aimeos no-lastname-given over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2016-10-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi all

In TYPO3 8.3 the wizard icons for the extension isn't shown any more, only a default "file not found" icon instead. The used code up to now is:

$relpath = ExtensionManagementUtility::extRelPath( 'aimeos' );
$wizardItems['plugins_tx_aimeos'] = array(
    'icon' => $relpath . 'Resources/Public/Icons/Extension.png',
    'title' => $GLOBALS['LANG']->getLLL( 'ext-wizard-title', $xml ),
    'description' => $GLOBALS['LANG']->getLLL( 'ext-wizard-description', $xml ),
    'params' => '&defVals[tt_content][CType]=list'
);

The resulting icon path is "../typo3conf/ext/aimeos/Resources/Public/Icons/Extension.png".

Actions

Also available in: Atom PDF