Module: bugzilla Branch: master Commit: 672b6458d0fc94ee48d42e86dffaaf72a9afb9a3 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=672b6458d0fc94ee48d42e...
Author: André Hentschel nerv@dawncrow.de Date: Sun Jun 16 18:40:34 2013 +0200
Add descriptions for additional resolutions (try 2)
Changed according to Henri's notes. Thx Henri for the informations.
---
template/en/default/pages/fields.html.tmpl | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 5e00e17..3f21a2d 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -186,6 +186,26 @@ behavior would occur. If more information appears later, the [% terms.bug %] can be reopened. </dd> + + <dt> + [% display_value("resolution", "ABANDONED") FILTER html %] + </dt> + <dd> + No one took care of the [% terms.bug %] for a long time and + the reporter didn't reply to information requests. + If more information appears later, the [% terms.bug %] + can be reopened. + </dd> + + <dt> + [% display_value("resolution", "UPSTREAM") FILTER html %] + </dt> + <dd> + The problem is not a [% terms.bug %] in Wine, + but in some upstream software Wine depends on or broken + packages in distributions. + Note: Most other bug trackers call this "NOTOURBUG". + </dd> </dl> </td> </tr>