Actions
Feature #69321
closedTCA order sorting
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-08-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
I would like to have the possibility to order the "sortby" => "sorting" functionality.
For some plugins it would be a good nice to have since the default view could be ASC or DESC for front end.
It would be more logical for a BE user to see the same list as in the Front end by default.
It could look something like:
'sortby' => 'sorting',
'order' => 'ASC',
Actions