Project

General

Profile

Actions

Bug #83433

open

selectMultipleSideBySide allow items mutiple times

Added by Stephan Bauer over 6 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2017-12-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I made a TCA config to allow items mutiple times via the option 'multiple' => 1.

The config looks like this:

'type' => 'select',
'renderType' => 'selectMultipleSideBySide',
'foreign_table' => 'tx_testmultiple_domain_model_condition',
'MM' => 'tx_testmultiple_test_condition_mm',
'MM_hasUidField' => true,
'size' => 10,
'autoSizeMax' => 30,
'maxitems' => 9999,
'multiple' => 1,

In the backend I can add items multiple times but when I'm trying to get all items in the frontend all duplicate items are removed.
Is this a bug or do I need additional configurations?

I made a litte extension for testing:
http://hosting8098.af933.netcup.net/test/test_multiple_1.0.0_201712271223.zip
Same problem exists in TYPO3 7.6 also.


Files

backend.jpg (21.9 KB) backend.jpg Stephan Bauer, 2017-12-27 13:51
frontend.jpg (160 KB) frontend.jpg Stephan Bauer, 2017-12-27 13:51

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #68504: Extbase should support multiple setting in TCAClosed2015-07-24

Actions
Actions #1

Updated by Stephan Bauer over 6 years ago

  • Related to Bug #68504: Extbase should support multiple setting in TCA added
Actions

Also available in: Atom PDF