http://bugs.winehq.org/show_bug.cgi?id=58474
Bug ID: 58474 Summary: "Importance" should link to the Severity list Product: WineHQ Bugzilla Version: unspecified Hardware: x86-64 URL: https://bugs.winehq.org/page.cgi?id=fields.html OS: Linux Status: NEW Keywords: download, source Severity: trivial Priority: P2 Component: bugzilla-unknown Assignee: wine-bugs@winehq.org Reporter: imwellcushtymelike@gmail.com CC: austinenglish@gmail.com Distribution: ---
When clicking on "Importance" in the Bugzilla form it directs to https://bugs.winehq.org/page.cgi?id=fields.html#importance but this doesn't really help a user. It should point to the Severity list:
“Severity This field describes the impact of a bug. blocker Blocks development and/or testing work critical Critical problem that prevents all applications from working” and so on...
I assumed this would be an easy change but I cannot find the code in the Bugzilla git that does this.
Even if I could find it, the page uses a mix of <a name='bug_severity'> and <dt id='bug_severity'> for different parts of the page, the former being deprecated.
Are these controlled by a config file?