Project

General

Profile

Actions

Bug #98668

closed

elementBrowserType -> Bug in Group

Added by Harald Holzmann over 1 year ago. Updated 7 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-10-20
Due date:
% Done:

0%

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

Description

I have this Flexform-Config

<icon>
                    <TCEforms>
                      <label>Icon</label>
                      <config>
                        <type>group</type>
                        <internal_type>db</internal_type>
                        <appearance>
                          <elementBrowserType>file</elementBrowserType>
                          <elementBrowserAllowed>png,svg</elementBrowserAllowed>
                        </appearance>
                        <allowed>sys_file</allowed>
                        <fieldControl>
                          <elementBrowser>
                            <disabled>false</disabled>
                          </elementBrowser>
                        </fieldControl>
                        <size>1</size>
                        <maxitems>1</maxitems>
                        <show_thumbs>1</show_thumbs>
                      </config>
                    </TCEforms>
                  </icon>

The Browse-Dialog on the right (next to remove) works correct.

But when clicking on the Button called "File" a strange popup is opened, that has no usefull function.

The button should work as the right one.
Also make it possible to hide this button via FielControl->ElementBrowser->Disabled=False. When adding this, both buttons disappear and cannot select files anymore.

Thanks and best regards


Files


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #101144: Field type "group" with internal_type "db" seems not working with table "sys_file"Closed2023-06-22

Actions
Actions

Also available in: Atom PDF