derhansen / sf_banners

Banner-Management is a banner management extension for TYPO3. It is based of Extbase and Fluid. Banners are loaded asynchronously using JavaScript so the page load time is affected as less as possible.
GNU General Public License v2.0
10 stars 20 forks source link

Sorting in backend throws PHP warning #253

Closed stephaniestief closed 10 months ago

stephaniestief commented 10 months ago

If you want to sort the banners with the arrows in the list module in the backend, the following error appears:

PHP Warning: Undefined array key "t3ver_label" in vendor/typo3/cms-core/Classes/DataHandling/DataHandler.php line 8753

After reloading the page, the new sorting is applied.

Affected versions:

derhansen commented 10 months ago

Fixed in version 6.0.4 and 7.0.2, which have just been released.

stephaniestief commented 10 months ago

Wow, thank you for the quick fix! Amazing :)