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.
Actions