Issue 1273966
Created on 2005-08-26 11:45 by beza1e1, last changed 2006-01-13 04:07 by richard.
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.
|
|
Date |
User |
Action |
Args |
2005-08-26 11:45:41 | beza1e1 | create | |
|