Project

General

Profile

Actions

Bug #70817

closed

Edit wizard not working

Added by Michael Oehlhof over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Target version:
Start date:
2015-10-17
Due date:
% Done:

100%

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

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

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 #76819: Edit wizard not workingClosed2016-06-28

Actions
Actions #2

Updated by Gerrit Code Review over 8 years ago

  • 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

Actions #3

Updated by Michael Oehlhof over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Michael Schild over 8 years ago

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.

Actions #5

Updated by GAYA La Nouvelle Agence almost 8 years ago

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="[{&quot;type&quot;:&quot;select&quot;,&quot;minItems&quot;:0,&quot;maxItems&quot;:1}]" class="form-control form-control-adapt">
....
</select>

Actions #6

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF