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
Updated by Andreas Kienast over 8 years ago
The patch was not backported to 7.6, that why it's failing for you.
Updated by Riccardo De Contardi about 8 years ago
- Status changed from New to Needs Feedback
Hi. Is it still an issue with 7.6.11 ? I am not able to reproduce it using a be_user record and the Group field.
As far as I can see the attribute data-formengine-input-name
is present and the patch cited on https://forge.typo3.org/issues/70817 has been included in 7.6.11.
Thank you.
Updated by Stephan Großberndt about 8 years ago
Hi,
please specify a reproducible test case for this behaviour.
The extension you mention is not publicly available https://typo3.org/extensions/repository/view/siteoffer
The mentioned issue/patch was merged in 7.5 - so in 7.6.9 it must have been a different problem causing this.
Updated by Riccardo De Contardi almost 8 years ago
- Status changed from Needs Feedback to Closed
No feedback since the last 90+ days > closing.
If you think that this is the wrong decision, experience the issue again or have more information about how to reproduce it, please reopen it or open a new issue with a reference to this one.
Thank you