Actions
Bug #17664
closedempty constants value is not replaced in setup at {$plugin...}
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2007-10-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you use a Constants and set it to empty, then the string does not get replaced in setup via the {$plugin...} construct.
E.g. set the constants in constants.txt of tt_products to
# cat=plugin.products//; type=int+; label=list of allowed pids: Use the root page id of your store items and also set recursive
pid_list =
and the setup to
pid_list = {$plugin.tt_products.pid_list}
In the FE this pid_list will not be replaced to the empty string from the constants which it should have been. This works fine, if the constants has a value.
(issue imported from #M6483)
Actions