Project

General

Profile

Actions

Bug #93778

closed

TCEForms group field not working correctly with minitems = 1

Added by Webadmin no-lastname-given over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2021-03-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

We set up a small flexform for selecting a database record:

<settings.flexform.news>
<TCEforms>
<label>Topic</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
<allowed>tx_mynews_domain_model_news</allowed>
<minitems>1</minitems>
<maxitems>1</maxitems>
<multiple>0</multiple>
<size>1</size>
<wizards>
<suggest>
<type>suggest</type>
</suggest>
</wizards>
</config>
</TCEforms>
</settings.flexform.news>

As soon as minitems is set to 1, the field will be rendered as invalid. Even selecting a record does not remove the red sign. An editor is unable to save the flexform


Files

clipboard-202103191029-hkyjq.png (10.5 KB) clipboard-202103191029-hkyjq.png Webadmin no-lastname-given, 2021-03-19 09:29
Actions #1

Updated by Andreas Kienast over 3 years ago

  • Status changed from New to Needs Feedback

Which TYPO3 version are you using exactly? This issue should've been solved with 10.4.14.

Actions #2

Updated by Webadmin no-lastname-given over 3 years ago

Sorry, was still on 10.4.13. It is working fine with 10.4.14.

Actions #3

Updated by Andreas Kienast over 3 years ago

Thank you for clarification, I'll close this issue then.

Actions #4

Updated by Andreas Kienast over 3 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF