Project

General

Profile

Actions

Bug #47988

closed

Colon not possible in TCA "displayCond" value

Added by Sascha Egerer almost 11 years ago. Updated over 5 years ago.

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #46461: Extract displayCond functionality from FormEngine to new classClosed2013-03-20

Actions
Actions

Also available in: Atom PDF