Project

General

Profile

Actions

Bug #76819

closed

Edit wizard not working

Added by GAYA La Nouvelle Agence almost 8 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2016-06-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

edit wizard not working.png (320 KB) edit wizard not working.png Michael Oehlhof, 2015-10-17 23:33

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #70817: Edit wizard not workingClosedMichael Oehlhof2015-10-17

Actions
Actions

Also available in: Atom PDF