Project

General

Profile

Actions

Bug #46272

closed

Typoscript CONTENT-Element orderBy doesn't consider stdWrap

Added by Michel Baeriswyl about 11 years ago. Updated over 5 years ago.

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.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Feature #20508: Enable stdWrap on select properties groupBy and orderByClosedOliver Hader2009-05-26

Actions
Actions

Also available in: Atom PDF