Roundup Tracker - Issues

Issue 1444897

classification
roundup-admin list better sorting
Type: Severity: normal
Components: None Versions:
process
Status: closed rejected
:
: : hedleyroos, richard
Priority: normal : patch

Created on 2006-03-07 14:47 by hedleyroos, last changed 2006-04-27 02:04 by richard.

Messages
msg2818 Author: [hidden] (hedleyroos) Date: 2006-03-07 14:47
roundup-admin uses admin.py. Currently the list command
sorts nodes by treating each node id as a string. This
leads to sequences like 1,10,2,3 etc. This patch fixes
this to produce 1,2,3,10 etc.
msg2819 Author: [hidden] (richard) Date: 2006-04-27 02:04
Logged In: YES 
user_id=6405

No file attached.
History
Date User Action Args
2006-03-07 14:47:38hedleyrooscreate