Skip to content

Commit

Permalink
Merge pull request #2 from slackero/release/v12
Browse files Browse the repository at this point in the history
Extension icon is broken in the Typo3 backend
  • Loading branch information
svewap authored Feb 24, 2024
2 parents 1cadced + 8d94060 commit 5ce7db1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Classes/EventListener/AddButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@

class AddButton
{

/**
* @param ModifyButtonBarEvent $event
*/
public function __invoke(ModifyButtonBarEvent $event): void {

$showSaveAndView = GeneralUtility::makeInstance(ExtensionConfiguration::class)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ It adds the "save and close" and "save and view" buttons to each content element

You can activate or deactivate each button in the Install Tool -> Extension Configuration

## Changelog


- 2024-02-24: [TASK] Fix extension icon in the backend
File renamed without changes
1 change: 0 additions & 1 deletion ext_conf_template.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# cat=Backend; type=boolean; label=Activate "Save and close" button
saveAndClose = 1

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'author_email' => '[email protected]',
'state' => 'stable',
'uploadfolder' => false,
'version' => '12.0.2',
'version' => '12.0.3',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
Expand Down

0 comments on commit 5ce7db1

Please sign in to comment.