Project

General

Profile

Actions

Bug #76819

closed

Edit wizard not working

Added by GAYA La Nouvelle Agence almost 8 years ago. Updated about 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 #1

Updated by Andreas Kienast almost 8 years ago

The patch was not backported to 7.6, that why it's failing for you.

Actions #2

Updated by Riccardo De Contardi over 7 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.

Actions #3

Updated by Stephan Großberndt over 7 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.

Actions #4

Updated by Riccardo De Contardi about 7 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

Actions

Also available in: Atom PDF