]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix some filter test failures caused by the checkin of bug 251556.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 8 Feb 2010 00:21:39 +0000 (16:21 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 8 Feb 2010 00:21:39 +0000 (16:21 -0800)
template/en/default/admin/custom_fields/create.html.tmpl
template/en/default/admin/custom_fields/edit.html.tmpl
template/en/default/filterexceptions.pl

index d23be0fe2ad59eaf0464663ca62a29250b1dc782..f8a3eafa2c935ffe66e4dc04ce74e9a2616be18c 100644 (file)
@@ -126,9 +126,10 @@ YAHOO.util.Event.onDOMReady(function() {onChangeType(document.getElementById('ty
       <td>
         <input type="text" id="reverse_desc" name="reverse_desc" value="" size="40" disabled="disabled">
         <br/>
-        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.
       </td>
index 01a8dcccbf33e9bcf6509aa69ad2c93a1387faa2..ebf0891c8a89d2280d2c2d52e623bed9df2ca90b 100644 (file)
           <input type="text" id="reverse_desc" name="reverse_desc" size="40"
                  value="[% field.reverse_desc FILTER html %]">
           <br/>
-          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.
index 2c096df73a5d4d197388e745633bac4181d63239..a488f50cadec6071ab18a0cd4ecaf1ac5a634801 100644 (file)
 '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' => [