Commit d3f269db authored by kiko%async.com.br's avatar kiko%async.com.br

Additional patch for bug 221039: update filterexceptions.pl to take into

account the new location for knum. Here's hoping this fixes the bustage.
parent 64d770c3
...@@ -328,7 +328,6 @@ ...@@ -328,7 +328,6 @@
'bug.votes', 'bug.votes',
'group.bit', 'group.bit',
'group.description', 'group.description',
'knum',
'dep.title', 'dep.title',
'dep.fieldname', 'dep.fieldname',
'accesskey', 'accesskey',
...@@ -338,6 +337,11 @@ ...@@ -338,6 +337,11 @@
'"${bug.dup_id}" FILTER bug_link(bug.dup_id)', '"${bug.dup_id}" FILTER bug_link(bug.dup_id)',
], ],
'bug/knob.html.tmpl' => [
'bug.bug_id',
'knum',
],
'bug/navigate.html.tmpl' => [ 'bug/navigate.html.tmpl' => [
'bug_list.first', 'bug_list.first',
'bug_list.last', 'bug_list.last',
......
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