Actions
Bug #55113
closedTCA pages->subtitle: eval trim missing
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-01-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
I just compared the TCA settings for pages and pages_language_overlay for the field subtitle. pages has no eval setting, while pages_language_overlay has it set to trim.
This causes trouble, if you output the field like this:
10 = TEXT 10 { data = page:subtitle // page:title ...
and resulted in an empty TEXT object.
I'd suggest to add trim to subtitle in pages and make it behave like in pages_language_overlay
Actions