From: Max Kanat-Alexander Date: Mon, 8 Feb 2010 00:21:39 +0000 (-0800) Subject: Fix some filter test failures caused by the checkin of bug 251556. X-Git-Tag: bugzilla-3.7.1~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9ac662cd2adf28710d6c759f2386836150d9e9f;p=thirdparty%2Fbugzilla.git Fix some filter test failures caused by the checkin of bug 251556. --- diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl index d23be0fe2a..f8a3eafa2c 100644 --- a/template/en/default/admin/custom_fields/create.html.tmpl +++ b/template/en/default/admin/custom_fields/create.html.tmpl @@ -126,9 +126,10 @@ YAHOO.util.Event.onDOMReady(function() {onChangeType(document.getElementById('ty
- Use this label for the list of [% terms.bugs %] that link to a [% terms.bug %] - with this [% field_types.${constants.FIELD_TYPE_BUG_ID} %] field. - For example, if the description is "Is a duplicate of", + Use this label for the list of [% terms.bugs %] that link to + [%+ terms.abug %] with this + [%+ field_types.${constants.FIELD_TYPE_BUG_ID} FILTER html %] + field. For example, if the description is "Is a duplicate of", the reverse description would be "Duplicates of this [% terms.bug %]". Leave blank to disable the list for this field. diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl index 01a8dcccbf..ebf0891c8a 100644 --- a/template/en/default/admin/custom_fields/edit.html.tmpl +++ b/template/en/default/admin/custom_fields/edit.html.tmpl @@ -150,8 +150,9 @@
- Use this label for the list of [% terms.bugs %] that link to a [% terms.bug %] - with this [% field_types.${constants.FIELD_TYPE_BUG_ID} %] field. + Use this label for the list of [% terms.bugs %] that link to + [%+ terms.abug %] with this + [%+ field_types.${constants.FIELD_TYPE_BUG_ID} FILTER html %] field. For example, if the description is "Is a duplicate of", the reverse description would be "Duplicates of this [% terms.bug %]". Leave blank to disable the list for this field. diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 2c096df73a..a488f50cad 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -416,6 +416,7 @@ 'admin/custom_fields/cf-js.js.tmpl' => [ 'constants.FIELD_TYPE_SINGLE_SELECT', 'constants.FIELD_TYPE_MULTI_SELECT', + 'constants.FIELD_TYPE_BUG_ID', ], 'admin/params/common.html.tmpl' => [