Commit ad7fc1e3 authored by Sunil Joshi's avatar Sunil Joshi Committed by Frédéric Buclin

Bug 685607: When a user edits the last bug of a buglist and his user pref is set…

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
parent 20167554
......@@ -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) " %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment