Actions
Bug #47988
closedColon not possible in TCA "displayCond" value
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2013-05-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Currently a colon is not possible in the value of a display condition for TCA fields.
So something like this would does work:
FIELD:view.templateRootPath:=:EXT:myext/Resources/Private/Templates/customTemplateFolder/
The funtion "isDisplayCondition" explodes the string by the ":" character. So the example string is exploded into 5 parts but the 5th part is ignored.
The "explode" should be limited to 4 parts and 4th part should contain the whole string after the third colon.
Actions