summaryrefslogtreecommitdiffstats
path: root/template/en/default/filterexceptions.pl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2005-09-01 23:02:26 +0200
committermyk%mozilla.org <>2005-09-01 23:02:26 +0200
commita3cbf5618bb6133f8cd56d8b1d1414fe4c87e469 (patch)
treeaca6a8e5dc4868c72816aa46870408093a8e8538 /template/en/default/filterexceptions.pl
parenta094f0ebf0294b8f964fc3d93e4d60044af8353e (diff)
downloadbugzilla-a3cbf5618bb6133f8cd56d8b1d1414fe4c87e469.tar.gz
bugzilla-a3cbf5618bb6133f8cd56d8b1d1414fe4c87e469.tar.xz
Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachment class; r=lpsolit
Diffstat (limited to 'template/en/default/filterexceptions.pl')
-rw-r--r--template/en/default/filterexceptions.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl
index cc5a19d09..8ed71f008 100644
--- a/template/en/default/filterexceptions.pl
+++ b/template/en/default/filterexceptions.pl
@@ -368,7 +368,7 @@
'bug/show.xml.tmpl' => [
'VERSION',
- 'a.attachid',
+ 'a.id',
'field',
],
@@ -458,7 +458,7 @@
],
'attachment/list.html.tmpl' => [
- 'attachment.attachid',
+ 'attachment.id',
'flag.status',
'bugid',
],