Actions
Bug #78107
closedLong TS constants are cutted after 50 characters in a admin panel warning
Start date:
2016-09-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
In the Admin panel there is a warning about Constants may remain un-substituted!!
under "TypoScript" -> "Parse template".
The Constants displayed there are cut after 50 characters.
You'll get something like this:{$plugin.tx_aaaaaaaaaaaaaaaa_product.view.templateRoo, {$plugin.tx_aaaaaaaaaaaaaaaa_product.view.partialRoot, {$plugin.tx_aaaaaaaaaaaaaaaa.view.templateRootPath}: Constants may remain un-substituted!!
But this should be{$plugin.tx_aaaaaaaaaaaaaaaa_product.view.templateRootPath}, {$plugin.tx_aaaaaaaaaaaaaaaa_product.view.partialRootPath}, {$plugin.tx_aaaaaaaaaaaaaaaa.view.templateRootPath}: Constants may remain un-substituted!!
Actions