diff options
author | mkanat%bugzilla.org <> | 2008-11-07 19:03:37 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-11-07 19:03:37 +0100 |
commit | 185ec9c2ca9b1f3ea063e01b81e3ef605363b3e0 (patch) | |
tree | 8c1cee98791b5cefb1c993063e175106560ff9a8 /template | |
parent | 63be194996849202878c4a87e4c68a25d1976d3e (diff) | |
download | bugzilla-185ec9c2ca9b1f3ea063e01b81e3ef605363b3e0.tar.gz bugzilla-185ec9c2ca9b1f3ea063e01b81e3ef605363b3e0.tar.xz |
Fix a test failure from the last checkin.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/filterexceptions.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 2929bbf22..cd4e3e4d0 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -447,6 +447,11 @@ 'link_uri' ], +'admin/custom_fields/cf-js.js.tmpl' => [ + 'constants.FIELD_TYPE_SINGLE_SELECT', + 'constants.FIELD_TYPE_MULTI_SELECT', +], + 'admin/params/common.html.tmpl' => [ 'sortlist_separator', ], |