diff options
author | kiko%async.com.br <> | 2003-10-29 13:51:15 +0100 |
---|---|---|
committer | kiko%async.com.br <> | 2003-10-29 13:51:15 +0100 |
commit | d3f269dbb094ebd3514103c0566992cf02bfeef9 (patch) | |
tree | 22f7faf20605a746c8788caeb52962cd1465a0c7 | |
parent | 64d770c3a09d82b06cc47f72d1155466f25f7505 (diff) | |
download | bugzilla-d3f269dbb094ebd3514103c0566992cf02bfeef9.tar.gz bugzilla-d3f269dbb094ebd3514103c0566992cf02bfeef9.tar.xz |
Additional patch for bug 221039: update filterexceptions.pl to take into
account the new location for knum. Here's hoping this fixes the bustage.
-rw-r--r-- | template/en/default/filterexceptions.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 373009de5..56f20be72 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', |