Actions
Bug #46272
closedTyposcript CONTENT-Element orderBy doesn't consider stdWrap
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-03-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I would like to apply stdWrap to the attribute orderBy for the CONTENT-element. Neither something like
temp.catcontent = CONTENT temp.catcontent { table = tx_dam select { pidInList = 134 selectFields = * join = tx_dam_mm_cat where = tx_dam.uid = tx_dam_mm_cat.uid_local andWhere = tx_dam_mm_cat.uid_foreign = ###category### orderBy = ###orderby### markers { category.data = register:category orderby.data = register:orderby } }
nor
orderBy.dataWrap = {GP:orderby}
works.
Updated by Georg Ringer almost 10 years ago
- Status changed from New to Resolved
- Is Regression set to No
I checked the code and stdWrap is there. the mentioned issue is #20508. so that should also be fine in 4.5!
Feel free to reopen if you still think this is valid!
Actions