diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-06-17 01:06:27 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-18 02:03:01 +0100 |
commit | 0f2fb1590a740a61171880c451381f1ecd6463ac (patch) | |
tree | 88f365afb9358be144c066296309c93d31ba49fb /template/en/default | |
parent | BugUrl: enhance Gerrit regex (diff) | |
download | bugzilla-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>
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 7 |
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> |