Bug #76819
closedEdit wizard not working
0%
Description
This is a request for reopening #70817 because the bug is not resolved :
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."
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 for all cases :
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>
Files