|
From: Ulf E. <ulf...@fa...> - 2005-02-15 19:51:38
|
Hoi, Hmm.. I had forgotten to include an update for bugform.html. The name of the priority field, and the variable, must be changed to priority_id. Without that all new bugs get a priority of 0 (zero). This patch includes the missing hunk and extends the earlier patch to also allow colouring on priority instead of severity (as suggested in the TODO file). Maybe two single bit entries (USE_SEVERITY_COLOR and USE_PRIORITY_COLOR) is not the cleanest way to do this. Suggestions? How about making this a user option instead of a system configuration? /Ulf * Ulf Erikson [2005-02-07 20:11]: > Feature Request 759250 (Table Driven Priorities.) points out one of the > few odd design flaws of phpBT. > > http://sourceforge.net/tracker/index.php?func=detail&aid=759250&group_id=14939&atid=364939 |