Project

General

Profile

Actions

Bug #20373

closed

Not possible to select images with Element Browser

Added by Vladimir Podkovanov over 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2009-04-28
Due date:
% Done:

0%

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

Description

If you have file group element in TCA with file types 'allowed' => '*', 'disallowed' => '', and if you try to select image through Element Browser then no image showed in browser (empty folder).
With config 'allowed' => '', 'disallowed' => '' images are visible and selectable, but error will be cast (not allowed extension) if you try to save selection.
Doc says:
If you wish to allow all extensions with no exceptions, set 'allowed' to '*' and disallowed to ''

(issue imported from #M11005)


Files

11005.diff (808 Bytes) 11005.diff Administrator Admin, 2010-04-12 02:31
11005_v2.diff (833 Bytes) 11005_v2.diff Administrator Admin, 2010-04-13 20:58
T3X_test_filetypes.t3x (2.41 KB) T3X_test_filetypes.t3x Administrator Admin, 2010-04-13 21:49
Actions #1

Updated by Jeff Segars over 14 years ago

Hey Vladimir,
I have the same issue also. I'm attaching a patch that fixes the issue for me. Can you test and see if it works for you as well?

It's not the most elegant solution, but maybe this gets us started on a fix for 4.3 and 4.4.

Thanks!
Jeff

Actions #2

Updated by Jeff Segars over 14 years ago

Added updated patch and test extension. The test extension allows any file type inside the images field for tt_content.

Actions #3

Updated by Jeff Segars over 14 years ago

Committed to trunk in r7451 and 4_3 in r7452.

Actions

Also available in: Atom PDF