Bug #54131
closedgetLabelsFromItemsList doens't return any values when no item found
100%
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.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25866
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25866
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25866
Updated by Gerrit Code Review almost 11 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25866
Updated by Gerrit Code Review almost 11 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25866
Updated by Gerrit Code Review almost 11 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27212
Updated by Frans Saris almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9596d4da3ac8110a76cb3eadabb9307b67971793.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27216
Updated by Andreas Wolf almost 11 years ago
The first committed patch leads to an error in the unit tests when executed with PHPUnit directly (not through cli_dispatch.phpsh). This is due to a missing mock for $GLOBALS['LANG'].
Updated by Gerrit Code Review almost 11 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27220
Updated by Frans Saris almost 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 5dd32b83e7085ed44713c9b97d5c2c47d820765e.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27689
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27689
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27689
Updated by Xavier Perseguers over 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset 9eb32aa08f4ee2e4af285129df162acced7b67f5.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28053
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28053
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Closed
not for 6.1 anymore
Updated by Filipe DA COSTA almost 6 years ago
- Related to Bug #86985: itemsProcFunc for select->selectSingle shows key instead of label in page translation added