From c048675731f016f0b4b7eb1b901ad0c3d8dd69dd Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 6 Aug 2009 15:02:47 +0000 Subject: Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug object if one is available Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/bug/process/midair.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/process/midair.html.tmpl') diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index ed3be74d3..6e0458f24 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -45,7 +45,7 @@

Someone else has made changes to - [%+ "$terms.bug $bug.id" FILTER bug_link(bug.id) FILTER none %] + [%+ "$terms.bug $bug.id" FILTER bug_link(bug) FILTER none %] at the same time you were trying to. The changes made were:

@@ -101,7 +101,7 @@ You have the following choices: [% END %]
  • Throw away my changes, and - [%+ "revisit $terms.bug $bug.id" FILTER bug_link(bug.id) FILTER none %] + [%+ "revisit $terms.bug $bug.id" FILTER bug_link(bug) FILTER none %]
  • -- cgit v1.2.3-24-g4f1b