From: Sunil Joshi Date: Wed, 2 Jan 2013 00:23:52 +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.4rc2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4859458f354f5634c9f2ac81bccf75329ad67eb1;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 93ddc94f14..a1eebe0179 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -17,11 +17,11 @@ [% subheader = filtered_desc %] [% filtered_timestamp = bug.delta_ts FILTER time %] [% title = "$terms.Bug $bug.bug_id – $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 – $bug.short_desc" %] [% javascript = BLOCK %] if (history && history.replaceState) {