Project

General

Profile

Actions

Bug #78107

closed

Long TS constants are cutted after 50 characters in a admin panel warning

Added by Sascha Egerer about 8 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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

Also available in: Atom PDF