Skip to content

Commit 8d5ca48

Browse files
CyberShadowdylanwh
authored andcommitted
Bug 1446236 - edit-multiple.html.tmpl: Delete an old user-specific hard-coded hack
1 parent 7592439 commit 8d5ca48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/en/default/list/edit-multiple.html.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@
437437
[% FOREACH r = resolutions %]
438438
[% NEXT IF !r %]
439439
[% NEXT IF r == "DUPLICATE" || r == "MOVED" %]
440-
[% NEXT IF r == "EXPIRED" AND user.login != "[email protected]" %]
441440
<option value="[% r FILTER html %]">[% display_value("resolution", r) FILTER html %]</option>
442441
[% END %]
443442
</select>

0 commit comments

Comments
 (0)