Bug #70817
closed
Added by Michael Oehlhof about 9 years ago.
Updated about 7 years ago.
Category:
Backend User Interface
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
- 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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
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.
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>
- Status changed from Resolved to Closed
Also available in: Atom
PDF