Bug #65073
closedSelectViewHelper doesn't handle optionValueField and optionLabelField for array options
100%
Description
<f:form.select options="{array}" optionValueField="uid" optionLabelField="title" />
should work with the given array:
array( array( 'uid' => 1, 'title' => 'Foo' ), array( 'uid' => -1, 'title' => 'Bar' ), array( 'title' => 'Baz' ), array( 'uid' => '2' ), )
Currently fluid tries to use the keys as values and the arrays as label which results in an error.
Updated by Gerrit Code Review almost 10 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 http://review.typo3.org/36909
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37376
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 968ed7f4420b67e0811ef2126a8504cce44a8a6b.
Updated by Stefan Neufeind over 9 years ago
Also created an issue upstream at Flow-Fluid, #65424.
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/37504
Updated by Marcus Schwemer over 9 years ago
Hi,
this breaks the current behavious as stated in post-verifies on Gerrit https://review.typo3.org/#/c/36909/
Another report is for powermail: #65792
IMO this change should be done in a non-breaking way or should be reverted.
Kind regards,
Marcus
Updated by Benni Mack over 9 years ago
- Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
Updated by Wouter Wolters over 9 years ago
- Status changed from Under Review to Needs Feedback
Still something needed here? The patch is abandoned.
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Wouter Wolters about 9 years ago
- Status changed from Needs Feedback to Closed
Issue fixed.