Hi all, Sorry if this is a n00b question, I searched and couldn't find how to fix this. I have a custom query, which sorts by milestone, then subsorts by priority.
But our system seems to have had a number of priorities, so our highest priority has a value of 5 in the db, and the lowest has a value of '10'. The following query seems to be sorting alphabetically instead of numerically, so the low priority items (value 10) are showing at the top. How can I get this to sort numerically? query:?status=accepted & status=assigned & status=new & status=reopened & status=resolved & group=milestone & order=priority & col=id & col=summary & col=status & col=type & col=priority & col=milestone & col=component & col=severity --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
