Commit c9ac662c authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Fix some filter test failures caused by the checkin of bug 251556.

parent d73a8350
...@@ -126,9 +126,10 @@ YAHOO.util.Event.onDOMReady(function() {onChangeType(document.getElementById('ty ...@@ -126,9 +126,10 @@ YAHOO.util.Event.onDOMReady(function() {onChangeType(document.getElementById('ty
<td> <td>
<input type="text" id="reverse_desc" name="reverse_desc" value="" size="40" disabled="disabled"> <input type="text" id="reverse_desc" name="reverse_desc" value="" size="40" disabled="disabled">
<br/> <br/>
Use this label for the list of [% terms.bugs %] that link to a [% terms.bug %] Use this label for the list of [% terms.bugs %] that link to
with this [% field_types.${constants.FIELD_TYPE_BUG_ID} %] field. [%+ terms.abug %] with this
For example, if the description is "Is a duplicate of", [%+ 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 %]". the reverse description would be "Duplicates of this [% terms.bug %]".
Leave blank to disable the list for this field. Leave blank to disable the list for this field.
</td> </td>
......
...@@ -150,8 +150,9 @@ ...@@ -150,8 +150,9 @@
<input type="text" id="reverse_desc" name="reverse_desc" size="40" <input type="text" id="reverse_desc" name="reverse_desc" size="40"
value="[% field.reverse_desc FILTER html %]"> value="[% field.reverse_desc FILTER html %]">
<br/> <br/>
Use this label for the list of [% terms.bugs %] that link to a [% terms.bug %] Use this label for the list of [% terms.bugs %] that link to
with this [% field_types.${constants.FIELD_TYPE_BUG_ID} %] field. [%+ terms.abug %] with this
[%+ field_types.${constants.FIELD_TYPE_BUG_ID} FILTER html %] field.
For example, if the description is "Is a duplicate of", For example, if the description is "Is a duplicate of",
the reverse description would be "Duplicates of this [% terms.bug %]". the reverse description would be "Duplicates of this [% terms.bug %]".
Leave blank to disable the list for this field. Leave blank to disable the list for this field.
......
...@@ -416,6 +416,7 @@ ...@@ -416,6 +416,7 @@
'admin/custom_fields/cf-js.js.tmpl' => [ 'admin/custom_fields/cf-js.js.tmpl' => [
'constants.FIELD_TYPE_SINGLE_SELECT', 'constants.FIELD_TYPE_SINGLE_SELECT',
'constants.FIELD_TYPE_MULTI_SELECT', 'constants.FIELD_TYPE_MULTI_SELECT',
'constants.FIELD_TYPE_BUG_ID',
], ],
'admin/params/common.html.tmpl' => [ 'admin/params/common.html.tmpl' => [
......
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