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?
http://bugs.winehq.org/show_bug.cgi?id=58474
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zeb Figura z.figura12@gmail.com --- I would propose we simply delete the field instead. I don't think any developer cares.
http://bugs.winehq.org/show_bug.cgi?id=58474
--- Comment #2 from Ken Sharp imwellcushtymelike@gmail.com --- The priority (P1-5) doesn't seem to serve a purpose. I'd guess that that could go.
http://bugs.winehq.org/show_bug.cgi?id=58474
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |imwellcushtymelike@gmail.co | |m Keywords| |patch
--- Comment #3 from Ken Sharp imwellcushtymelike@gmail.com --- MR sent https://gitlab.winehq.org/winehq/bugzilla/-/merge_requests/4
http://bugs.winehq.org/show_bug.cgi?id=58474
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |d75247c8278a4636b085c2ed647 | |6bf460b3bade3
--- Comment #4 from Ken Sharp imwellcushtymelike@gmail.com --- Fixed by d75247c8278a4636b085c2ed6476bf460b3bade3
http://bugs.winehq.org/show_bug.cgi?id=58474
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |---
--- Comment #5 from Ken Sharp imwellcushtymelike@gmail.com --- Turns out it's only a partial fix. The same link appears in enter_bug.cgi but editing that is a lot more perplexing.