Actions
Bug #54131
closedgetLabelsFromItemsList doens't return any values when no item found
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2013-12-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently the BackendUtility::getLabelsFromItemsList() does not take itemsProcFunc into account. But that means no value is returned when there is no matching item found.
IMO this clearly is a bug I think it makes sense when no item is found BackendUtility::getLabelsFromItemsList() just returns the plain db value. That would fix some BE list views as http://forge.typo3.org/issues/50581.
Actions