diff options
author | Vladimir Panteleev <github.private@thecybershadow.net> | 2018-03-18 06:01:24 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-18 06:01:24 +0100 |
commit | 8d5ca486bb71eebb1413b9e169cb73e24cf63e39 (patch) | |
tree | 0bcf54639718f5237b80959ea0cdc1c3bfc521d1 /template/en/default | |
parent | 759243934df6a3a1d4bcfacc58ce842206923731 (diff) | |
download | bugzilla-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/en/default')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 1 |
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> |