Skip to content

Commit

Permalink
chore: replace obsolete recordlist extension - fixes #282
Browse files Browse the repository at this point in the history
  • Loading branch information
CybotTM committed Aug 21, 2024
1 parent a655a7f commit 6cdd264
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Build/testing-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ services:
typo3/cms-extbase:^13.0.1 \\
typo3/cms-fluid:^13.0.1 \\
typo3/cms-install:^13.0.1 \\
typo3/cms-recordlist:^13.0.1 \\
typo3/cms-rte-ckeditor:^13.0.1
composer req typo3/cms-core:^13.0.1 -W --no-update
fi
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/SelectImageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use TYPO3\CMS\Core\Resource\Service\MagicImageService;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Core\Utility\HttpUtility;
use TYPO3\CMS\Recordlist\Controller\ElementBrowserController;
use \TYPO3\CMS\Backend\Controller\ElementBrowserController;
use TYPO3\CMS\Extbase\Utility\LocalizationUtility;

/**
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"typo3/cms-core": "^12.4",
"typo3/cms-backend": "^12.4",
"typo3/cms-frontend": "^12.4",
"typo3/cms-recordlist": "^12.4",
"typo3/cms-extbase": "^12.4",
"typo3/cms-rte-ckeditor": "^12.4"
},
Expand Down

0 comments on commit 6cdd264

Please sign in to comment.