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 not working #238

Closed markussoeth closed 1 year ago

markussoeth commented 1 year ago

Sorting of banneritems from folder is not respected in output.

Sorting in Frontend is by UID and can't be changed.

Sorting in folder in backend grafik

Sorting in frontend grafik

derhansen commented 1 year ago

Thanks for your report. I can however not reproduce the problem. The default sorting of the Extbase repository is by TYPO3s sorting column and there is even a functional test which verifies that the configured sorting works as expected.

Can you provide some more information on how to reproduce the problem?

markussoeth commented 1 year ago

thank you for your response. I have to apologize! Installed the extension in a fresh system. Everything works like expected. Seems the problem is in my templates.

markussoeth commented 1 year ago

@derhansen : We found the problem and the solution. On a page with multiple instances of the plugin was one instance with the output selection "All banners random". This caused the problem in the sorting of the banners of the other instance.