summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-01-23 07:25:19 +0100
committerByron Jones <glob@mozilla.com>2015-01-23 07:25:19 +0100
commitc00b9c39f36784b86287f8f8d142a7b33200e2a5 (patch)
tree35902cb4f442b104ecfc5afb6b7da0f422791389 /template/en/default/bug
parentd7a8c55615daffeea41e81ffb04201f944e6b408 (diff)
downloadbugzilla-c00b9c39f36784b86287f8f8d142a7b33200e2a5.tar.gz
bugzilla-c00b9c39f36784b86287f8f8d142a7b33200e2a5.tar.xz
Bug 1117345: Can't choose a resolution when trying to resolve a bug (with canconfirm rights)
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/field.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl
index e9eefd419..8492b1615 100644
--- a/template/en/default/bug/field.html.tmpl
+++ b/template/en/default/bug/field.html.tmpl
@@ -138,7 +138,7 @@
[% r = legal_value.name %]
[% IF bug.user.canconfirm &&
!(bug.user.canedit || bug.user.isreporter) %]
- [% NEXT IF r != "WORKSFORME" && r != "INCOMPLETE" %]
+ [% NEXT IF r != "WORKSFORME" && r != "INCOMPLETE" && r != "DUPLICATE" %]
[% END %]
[% IF bug.user.isreporter &&
!(bug.user.canconfirm || bug.user.canedit) %]