Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
c9ac662c
Commit
c9ac662c
authored
Feb 07, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some filter test failures caused by the checkin of bug 251556.
parent
d73a8350
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
create.html.tmpl
template/en/default/admin/custom_fields/create.html.tmpl
+4
-3
edit.html.tmpl
template/en/default/admin/custom_fields/edit.html.tmpl
+3
-2
filterexceptions.pl
template/en/default/filterexceptions.pl
+1
-0
No files found.
template/en/default/admin/custom_fields/create.html.tmpl
View file @
c9ac662c
...
...
@@ -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>
...
...
template/en/default/admin/custom_fields/edit.html.tmpl
View file @
c9ac662c
...
...
@@ -150,8 +150,9 @@
<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.
...
...
template/en/default/filterexceptions.pl
View file @
c9ac662c
...
...
@@ -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'
=>
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment