Bug #23364
closedTCEFORM.tt_content.media.config.maxitems doesn't work correctly
0%
Description
I have tried to increase the possible upload files in the CE filelinks with the page TSConfig setting 'TCEFORM.tt_content.media.config.maxitems = 20'. With this config I'm able to post 20 files without validation errror but after saving are only 10 files (default maxitems) remained.
The workaround is the manipulation over the TCA - Array.
(issue imported from #M15374)
Updated by Frank Kübler about 14 years ago
I can confirm that!
On a 4.2 Version the TSConfig:
TCEFORM.tt_content.media.config.maxitems = 20
is working very well.
I tested it on a 4.3.3 Version: not working
and on a 4.4.2 Version: not working
Updated by Clemens Riccabona about 14 years ago
same problem with pages.media on TYPO3 4.4.2
the size btw is possible to override.
[edit] -> the size of the group-box. (the filesize i did'nt test)[/edit]
Updated by Edgar Karlson almost 14 years ago
Same here with TCEFORM.pages.*:
TCEFORM.pages.media.config.maxitems = 10 don't work on TYPO3 v. 4.4.4
Updated by Alexander Opitz about 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Falk no-lastname-given almost 11 years ago
Hi, the problem does still exists in 4.5.30
Updated by Alexander Opitz almost 11 years ago
- Category set to Backend User Interface
- Status changed from Needs Feedback to New
Updated by Martin Neumann about 10 years ago
I can confirm this problem still exists in 4.7.14
Updated by Clemens Riccabona about 10 years ago
If you are on the way, could you please also fix this one in 4.5.X: https://forge.typo3.org/issues/26142
it seems a nobrainer.
Updated by Benni Mack almost 10 years ago
TCEFORM.pages.media.config.maxitems = 10
works on 6.2/master now.
Updated by Wouter Wolters almost 10 years ago
- Status changed from New to Needs Feedback
Can anyone confirm Benni his finding on a 6.2 installation of higher?
Updated by Stephan Vidar almost 10 years ago
This works as expected in TYPO3 6.2.5:
TCEFORM.pages.media.config.maxitems = 20 TCEFORM.tt_content.media.config.maxitems = 20
This doesn't work as expected in TYPO3 4.5.39:
(After saving some files are lost)
TCEFORM.pages.media.config.maxitems = 20 TCEFORM.tt_content.media.config.maxitems = 20
Updated by Wouter Wolters almost 10 years ago
- Status changed from Needs Feedback to Closed
Thanks for the feedback. As 4.5 is in security and really important bug fixes mode I will mark this issue as solved.