Bug #20373
closedNot possible to select images with Element Browser
0%
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
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
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.
Updated by Jeff Segars over 14 years ago
Committed to trunk in r7451 and 4_3 in r7452.