Hi all, tickets in our Trac system can have 10 different severities:
Dangerously High Extremely High Very High High Moderate Low Very Low Minor Very Minor None (Please don't laugh, it wasn't my idea, it's a company thing.) I add them in the right order in the DOS shell: python trac-admin D:\Server\Trac\Projects severity add 'Dangerously High' python trac-admin D:\Server\Trac\Projects severity add 'Extremely High' python trac-admin D:\Server\Trac\Projects severity add 'Very High' ... python trac-admin D:\Server\Trac\Projects severity add 'Very Minor' python trac-admin D:\Server\Trac\Projects severity add 'None' When I then go to 'New Ticket', the last one (None) appears in second place in the drop down box, between Dangerously High and Extremely High. I tried re-ordering it, but python trac-admin D:\Server\Trac\Projects severity order 'None' down seems to do nothing. First I thought this was a bug related to the Python 'None' keyword, but the issue also occurs with 'Negligible' instead of 'None'. Is there a way to fix the severities order manually ? TIA, CU z00m1n -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
