Bug #70817
closedEdit wizard not working
100%
Description
Even if an item in the select box is selected, pressing the edit wizard icon results in the message:
"Please select one or more items in the list before you can edit."
Files
Updated by Michael Oehlhof about 9 years ago
Updated by Gerrit Code Review about 9 years ago
- Status changed from In Progress 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/44133
Updated by Michael Oehlhof about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 11813849873f98a5ad1b3ef7c7d668c56da418ff.
Updated by Michael Schild almost 9 years ago
I have the same problem in the 7.6.0 release with this configuration:
'type' => 'select', ..... 'minitems' => 0, 'maxitems' => 1, 'size' => 1,
With a maxitems value greater then 1 it works.
Updated by GAYA La Nouvelle Agence over 8 years ago
The patch doesn't work (TYPO3 7.6.9). The input has no attribute "data-formengine-input-name", just a simple attribute "name". This work in this case but I suppose this is not a solution :
var fObjSel = TYPO3.jQuery('[name="' + theField + '"]').get(0);
Here's our generated select :
<select id="tceforms-select-57724a0008054931012937" name="data[tx_siteoffer_domain_model_offer]1[company]" data-formengine-validation-rules="[{"type":"select","minItems":0,"maxItems":1}]" class="form-control form-control-adapt">
....
</select>
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed