Project

General

Profile

Actions

Bug #85772

open

EXT:form SaveToDatabaseFinisher cannot handle multi value fields

Added by Vasyl Mosiychuk over 5 years ago. Updated over 2 years ago.

Status:
New
Priority:
Could have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2018-08-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.2
Tags:
Documentation
Complexity:
Is Regression:
Sprint Focus:

Description

[..]
        properties:
          options:
            1: 'Label 1'
            2: 'Label 2'
        type: MultiSelect
        identifier: categories
        label: 'Multi select'
        defaultValue:
          - '2'
[...]
          uid_foreign:
            value: '{SaveToDatabase.insertedUids.0}'
[...]

If I save only one value and not empty, work it. If a value more one it not work

I mean this is about `type: MultiSelect` and `type: ImageUpload`.
How to work with `SaveToDatabase` if I to pass for saving in the DB not one value and two value or three and more


Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Task #85216: EXT:form SaveToDatabase Finisher saves files as sys_file, not as sys_file_referenceClosed2018-06-11

Actions
Related to TYPO3 Core - Feature #85378: EXT:form option for saving uploaded file as sys_file_referenceNew2018-06-25

Actions
Actions

Also available in: Atom PDF