Actions
Bug #35144
closedTCEFORM.[tablename].[field].config.max_size doesn't work for a field with a type of group type
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-03-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
For instance, TCEFORM.tt_content.image.config.max_size = 10 does not override the default TCA config of the field.
Problem is at line 1266 - 1269 of the function checkValue of the class t3lib_tcemain:
the value is check against the TCA configuration of the field, but this configuration is not overriden with the page TSConfig for the field.
I think that the bug [[http://forge.typo3.org/issues/23364]] could be related to this one.
Actions