From: kiko%async.com.br <> Date: Wed, 29 Oct 2003 12:51:15 +0000 (+0000) Subject: Additional patch for bug 221039: update filterexceptions.pl to take into X-Git-Tag: bugzilla-2.17.5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f269dbb094ebd3514103c0566992cf02bfeef9;p=thirdparty%2Fbugzilla.git Additional patch for bug 221039: update filterexceptions.pl to take into account the new location for knum. Here's hoping this fixes the bustage. --- diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 373009de59..56f20be72f 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -328,7 +328,6 @@ 'bug.votes', 'group.bit', 'group.description', - 'knum', 'dep.title', 'dep.fieldname', 'accesskey', @@ -338,6 +337,11 @@ '"${bug.dup_id}" FILTER bug_link(bug.dup_id)', ], +'bug/knob.html.tmpl' => [ + 'bug.bug_id', + 'knum', +], + 'bug/navigate.html.tmpl' => [ 'bug_list.first', 'bug_list.last',