aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-06-17 01:06:27 +0200
committerSam James <sam@gentoo.org>2024-06-18 02:03:01 +0100
commit0f2fb1590a740a61171880c451381f1ecd6463ac (patch)
tree88f365afb9358be144c066296309c93d31ba49fb
parentBugUrl: enhance Gerrit regex (diff)
downloadbugzilla-0f2fb1590a740a61171880c451381f1ecd6463ac.tar.gz
bugzilla-0f2fb1590a740a61171880c451381f1ecd6463ac.tar.bz2
bugzilla-0f2fb1590a740a61171880c451381f1ecd6463ac.zip
resolutions: document PKGREMOVED
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--template/en/default/pages/fields.html.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index 6ac25e4f4..0c2c81d8c 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -223,6 +223,13 @@
the newer versions rewrote (implicitly fixing) the related code, or
perhaps support was dropped entirely.
</dd>
+ <dt class="pkgremoved">
+ [% display_value("resolution", "PKGREMOVED") FILTER html %]
+ </dt>
+ <dd class="pkgremoved">
+ The [% terms.bug %] is no longer relevant because the affected
+ package was removed from the tree.
+ </dd>
[% Hook.process('resolution') %]
</dl>