Summary: | [patch] Use the VersionFixedIn field in the Report Information dialog | ||
---|---|---|---|
Product: | [Applications] drkonqi | Reporter: | Dario Andres <andresbajotierra> |
Component: | general | Assignee: | Dario Andres <andresbajotierra> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Proposed patch |
Git commit b38bbeb94432ee0ba7ee70602835b38289037108 by George Kiagiadakis, on behalf of Dario Andres Rodriguez. Committed on 29/04/2011 at 15:28. Pushed by gkiagia into branch 'master'. Show "Version Fixed In" if available, for reports marked as FIXED. REVIEW: 101200 BUG: 261751 M +11 -2 drkonqi/reportassistantpages_bugzilla_duplicates.cpp http://commits.kde.org/kde-runtime/b38bbeb94432ee0ba7ee70602835b38289037108 |
Created attachment 55429 [details] Proposed patch Version: unspecified (using Devel) OS: All BugzillaLib already supported the versionfixedin field. Now that the string freeze is over we can show that information in the reports dialog. I was wondering if we should also add some note or message saying something like "This bug is considered fixed as for version X.X.X, and you are using Y.Y.Y; check your versions". (but that may need some kind of smart version comparing algorithm; and also, the VersionFixedIn is not always a simple numeric value, it may contain other strings too, as it is a "free" field) Attached a simple patch Reproducible: Didn't try