Project

General

Profile

Actions

Bug #76868

closed

Folder selector (flexform) javascript error: Tree is not defined

Added by Markus Blaschke almost 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-06-29
Due date:
% Done:

100%

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

Description

I've added a folder selector to flexform. If a user now click on the folder selector button the popup opens with the tree but the tree cannot be opened/closed because there is JavaScript error:
Uncaught ReferenceError: Tree is not defined

Flexform configuration:

<settings.folderFilter>
    <TCEforms>
        <label>Folders</label>
        <config>
            <type>group</type>
            <internal_type>folder</internal_type>
            <maxitems>9999</maxitems>
            <size>10</size>
        </config>
    </TCEforms>
</settings.folderFilter>

If I change the internal_type to file it's working but we want folders instead of files.

Actions

Also available in: Atom PDF