Skip to content

Commit

Permalink
[BUGFIX] Correct table icon in EXT:test_select_flex_mm
Browse files Browse the repository at this point in the history
iconfile target should be Extension.svg
instead of Extension.gif

Resolves: #97906
Releases: main
Change-Id: Icf0bc949982d635644c1a59c5c278d726c165825
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75124
Tested-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Simon Schaufelberger <simonschaufi+typo3@gmail.com>
Tested-by: Oliver Klee <typo3-coding@oliverklee.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Simon Schaufelberger <simonschaufi+typo3@gmail.com>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
lolli42 committed Jul 12, 2022
1 parent 3b2ef01 commit 37c98b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'cruser_id' => 'cruser_id',
'delete' => 'deleted',
'sortby' => 'sorting',
'iconfile' => 'EXT:test_select_flex_mm/Resources/Public/Icons/Extension.gif',
'iconfile' => 'EXT:test_select_flex_mm/Resources/Public/Icons/Extension.svg',
'versioningWS' => true,
'origUid' => 't3_origuid',
'languageField' => 'sys_language_uid',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'cruser_id' => 'cruser_id',
'delete' => 'deleted',
'sortby' => 'sorting',
'iconfile' => 'EXT:test_select_flex_mm/Resources/Public/Icons/Extension.gif',
'iconfile' => 'EXT:test_select_flex_mm/Resources/Public/Icons/Extension.svg',
'versioningWS' => true,
'origUid' => 't3_origuid',
'languageField' => 'sys_language_uid',
Expand Down

0 comments on commit 37c98b6

Please sign in to comment.