Actions
Feature #17304
closedadd uploadfolder TSConfig override possibility
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-05-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
right now with TSConfig it is possible to override these config parameters of a group field:
group - size, autoSizeMax, max_size, show_thumbs, maxitems, minitems
it would be VERY USEFUL to add 'uploadfolder'.
to simply modify line 344 of class.t3lib_tceforms.php to
'group' => array('size', 'autoSizeMax', 'max_size', 'show_thumbs', 'maxitems', 'minitems','uploadfolder'),
isn't enough (TCE uses the overridden value to "read" files, but when it has to WRITE them, they go to nonoverridder TCA uploadfolder)
can anybody give a deeper eye in it?
(issue imported from #M5623)
Actions