T3Voila / templavoilaplus

TYPO3 Extension TemplaVoilà! Plus for TYPO3 8/9/10/11/12 LTS
https://extensions.typo3.org/extension/templavoilaplus/
GNU General Public License v2.0
26 stars 27 forks source link

[REGRESSION] Fix rowList #554

Closed jpmschuler closed 5 months ago

jpmschuler commented 5 months ago

During the recent merge from 8.1.x to 8.2.x (https://github.com/T3Voila/templavoilaplus/commit/6025ea931a8632b894dbda92a4bf57c3d0282727) some bugfix was overridden and created a regression (FCE columns showed a list of uids for each field/column, instead of array of records).

The same line in main also has no if-clause.

Here is the old commit for reference https://github.com/T3Voila/templavoilaplus/commit/feae6a3444938501265504dfb37e00df71e0d302 which removed the if.

Thus, I propose to remove it again.