summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorVladimir Panteleev <github.private@thecybershadow.net>2018-03-18 06:01:24 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-18 06:01:24 +0100
commit8d5ca486bb71eebb1413b9e169cb73e24cf63e39 (patch)
tree0bcf54639718f5237b80959ea0cdc1c3bfc521d1 /template
parent759243934df6a3a1d4bcfacc58ce842206923731 (diff)
downloadbugzilla-8d5ca486bb71eebb1413b9e169cb73e24cf63e39.tar.gz
bugzilla-8d5ca486bb71eebb1413b9e169cb73e24cf63e39.tar.xz
Bug 1446236 - edit-multiple.html.tmpl: Delete an old user-specific hard-coded hack
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index eb989d15c..ead3ff54c 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -437,7 +437,6 @@
[% FOREACH r = resolutions %]
[% NEXT IF !r %]
[% NEXT IF r == "DUPLICATE" || r == "MOVED" %]
- [% NEXT IF r == "EXPIRED" AND user.login != "gerv@mozilla.org" %]
<option value="[% r FILTER html %]">[% display_value("resolution", r) FILTER html %]</option>
[% END %]
</select>