From: Sunil Joshi Date: Wed, 2 Jan 2013 00:21:32 +0000 (+0100) Subject: Bug 685607: When a user edits the last bug of a buglist and his user pref is set... X-Git-Tag: bugzilla-4.5.1~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad7fc1e30c6851e40e8425c4095f62f14919ad7e;p=thirdparty%2Fbugzilla.git Bug 685607: When a user edits the last bug of a buglist and his user pref is set to "Show next bug in my list", the page header looks like to have missing data r/a=LpSolit --- diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index bb20b721b5..54d51dd4f3 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -21,11 +21,11 @@ [% title = title _ "($bug.alias) " %] [% END %] [% title = title _ filtered_desc %] -[% header = "$terms.Bug $bug.bug_id" %] -[% header_addl_info = "Last modified: $filtered_timestamp" %] [% yui = ['autocomplete', 'calendar'] %] [% javascript_urls = [ "js/util.js", "js/field.js" ] %] [% IF bug.defined %] + [% header = "$terms.Bug $bug.bug_id" %] + [% header_addl_info = "Last modified: $filtered_timestamp" %] [% unfiltered_title = "$terms.Bug $bug.bug_id – " %] [% IF bug.alias != '' %] [% unfiltered_title = unfiltered_title _ "($bug.alias) " %]