Actions
Feature #13233
openPossibility to sort custom queries by extra database field or at least ID
Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
It would be fine being able to sort the custom queries.
I would like to uses captions for a group of queries without reusing the same string over and over again:
Expl.
Tickets for me -------------------- in short with extra Info
Right now these queries are sorted by name which isn't realy helpful.
Different possibilities would be fine:
- Selecting a sort mechanism in Setting (Sort by name, sort by ID, sort by extra db field, ...)
- Simply sorting by ID
- sorting by a DB filed - maybe SortOrder(Integer)
Thanks for the help
Updated by Filou Centrinov almost 12 years ago
Maybe grouped custum queries instead of sorting by a spezial ID?
Updated by Christian Ziegelt almost 12 years ago
If grouping is possible ? I did not find this function.
But inside the groups I would like to sort, too :-)
In fact there should be a line of code which gathers the queries from DB - I could do my sorting manually there :-) If I knew where to do it.
Actions