Project

General

Profile

Actions

Bug #59297

closed

sorting.direction in Content Object FILES has no stdWrap

Added by Lorenz Ulrich almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-06-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I remember a decision that new TypoScript properties should always be stdWrap enabled, but I'm not sure if it is strict policy.

The sorting.direction subproperty of FileContentObject currently lacks stdWrap:

            if (is_array($conf['sorting.']) && isset($conf['sorting.']['direction']) && strtolower($conf['sorting.']['direction']) === 'desc') {
                $fileObjects = array_reverse($fileObjects);
            }

What do you think about adding it?


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #56213: Sorting Filelists by FAL attributes and provide sorting direction optionClosed2014-02-22

Actions
Actions

Also available in: Atom PDF