From 6d02055deb5a8bbeff15459f150e129bbf725eab Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 26 Dec 2011 13:48:18 +0100 Subject: Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently) r/a=LpSolit --- template/en/default/bug/edit.html.tmpl | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'template/en/default/bug/edit.html.tmpl') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 03b713913..7dd1baaff 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -186,10 +186,8 @@ [%-# %][% terms.Bug %] [% bug.bug_id FILTER html %] [%-# %] - - [% IF Param("usebugaliases") %] - [% IF bug.alias != "" %] - ([% bug.alias FILTER html %]) - [% END %] + [% IF bug.alias != "" %] + ([% bug.alias FILTER html %]) [% END %] [% bug.short_desc FILTER quoteUrls(bug) %] [% IF bug.check_can_change_field('short_desc', 0, 1) || @@ -201,8 +199,7 @@
- [% IF Param("usebugaliases") %] - + [% IF bug.check_can_change_field('alias', 0, 1) %] - [% END %] [%# *** Summary *** %]
-- cgit v1.2.3-24-g4f1b