Project

General

Profile

Actions

Bug #68486

closed

Elementbrowser links to wrong tab

Added by Stefan Froemken over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2015-07-23
Due date:
% Done:

100%

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

Description

Hello,

following lines in an extension

'teaser_image' => array (
    'exclude' => 1,
    'label' => 'LLL:EXT:blabla/Resources/Private/Language/locallang_db.xlf:tx_blabla_article.teaser_image',
    'config' => array (
        'type' => 'group',
        'internal_type' => 'file',
        'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
        'max_size' => 500,
        'uploadfolder' => 'uploads/blabla',
        'show_thumbs' => 1,
        'size' => 1,
        'minitems' => 0,
        'maxitems' => 1,
    )
),

If you click on "choose file" the element browser starts with selected tab "File". But if you click on the little icon just in front of fileadmin, the element browser switches to tab page (See ScreenShot)


Files

TYPO3_Element_Browser.jpg (85.4 KB) TYPO3_Element_Browser.jpg Stefan Froemken, 2015-07-23 13:46
linkerror.png (404 KB) linkerror.png Jesper Mathiasen, 2015-07-23 16:14
linkerror_output.png (239 KB) linkerror_output.png Jesper Mathiasen, 2015-07-23 16:14

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #68018: Rework folder trees based on CSS onlyClosedBenni Mack2015-07-09

Actions
Actions

Also available in: Atom PDF