[BUGFIX] getLabelsFromItemsList() returns no value
Method getLabelsFromItemsList() is expected to return an empty list when the column is populating items from a foreign_table configuration option. Method getProcessedValue() is explicitly checking this to retrieve the label from the corresponding foreign record if it could not be resolved from the list of static items. This reverts commits 5dd32b83 and 9596d4da and moves the business logic into method getProcessedValue(). Releases: 6.2, 6.1 Fixes: #54131 Change-Id: I15dcf0c4bcb76ecc85de8e3202b1376a24981b06 Reviewed-on: https://review.typo3.org/27689 Reviewed-by: Frans Saris Tested-by: Frans Saris Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
Please register or sign in to comment