[TYPO3-core] RFC: #14680: Regression in globalVar condition

Martin Kutschker masi-no at spam-typo3.org
Thu Jun 10 08:23:24 CEST 2010


Steffen Kamper schrieb:
> Hi,
> 
> this is a SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=14663
> 
> Branches: Trunk, 4_3
> 
> In 4.2 this condition worked:
> [globalVar = TSFE:id = 1,2,3,4,5,6,7,8,9]

Means: TSFE:id is equal to one of the items in the list.

> [globalVar = TSFE:id > 1,2,3,4,5,6,7,8,9]

Means what? TSFE:id is greater than one of items in the list? But that is pointless as you could
simply compare only to the largest item in the list (which the site admin could do himself).


> [globalVar = TSFE:id != 1,2,3,4,5,6,7,8,9]

Means (?): TSFE:id is not equal to *all* of the items in the list, right? This really worked in
earlier versions? Amazing.

Masi


More information about the TYPO3-team-core mailing list