Displaying Severity in shortened format

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
david_navigator
Posts: 15
Joined: 16 May 2010, 09:34

Displaying Severity in shortened format

Post by david_navigator »

I've customised the severity list (using the info un http://www.mantisbt.org/forums/viewtopi ... ity#p20742 ) such that the severities make more sense to users reporting problems.
I now have text such as
Enhancement to existing feature
Bug - Cosmetic - no real affect on usability
Bug - Annoying but there is a work around
Bug - no real work around - but not that urgent
Bug - major show stopper - no one can work until this is fixed

This works really well everywhere except for the View Issues grid (view_all_bug_page.php) where the length of the text in my severities make the severity column far too wide compared to the other columns.
Does anyone know how I could display somehing different in this column - ideally an icon the same was a the priority column does, but I could just get away with the value associated with the text i.e
10:Feature Request - just displaying 10 would be just about acceptable.
Post Reply