Actions
Bug #23817
closedconditions on time with operators less than or greater than don't work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2010-10-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
conditions with < or > as operators as:
[dayofyear<364]
[month<12]
don't work
(issue imported from #M16100)
Updated by Susanne Moog about 14 years ago
Please have a look at the correct syntax in the documentation. You can see it at the "hour" example:
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.2/view/1/4/#id2503652
Meaning:
[dayofyear = <364]
[month = <12]
should work.
Yes, not totally logically, but no bug either.
Updated by Riccardo De Contardi about 14 years ago
Say... the correct meaning is
[hour= + >OR< VALUE]
Yes, it's quite confusing..
My opinion is that the documentation should be revised to be more clear
Updated by Susanne Moog about 14 years ago
Bug is handled in the documentation tracker as http://forge.typo3.org/issues/10385
Actions