Roundup Tracker - Issues

Issue 1273966

classification
sort by ID sorts wrong
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed wont fix
:
: richard : beza1e1, richard
Priority: normal :

Created on 2005-08-26 11:45 by beza1e1, last changed 2006-01-13 04:07 by richard.

Messages
msg2020 Author: [hidden] (beza1e1) Date: 2005-08-26 11:45
# repeat
On the webinterface:
- View All
- sort by ID

# shows this order
10
11
1
2
...

#expected order
1
2
...
10
11

This seems to be sorted as a string not as an integer
msg2021 Author: [hidden] (richard) Date: 2006-01-13 04:07
Logged In: YES 
user_id=6405

ID properties aren't numbers, they're strings. 
msg2022 Author: [hidden] (richard) Date: 2006-01-13 04:08
Logged In: YES 
user_id=6405

Oh, and the ordering you're after may be achieved using 
ordering by creation date. 
History
Date User Action Args
2005-08-26 11:45:41beza1e1create