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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
61c5777b
Commit
61c5777b
authored
Jan 12, 2010
by
ghendricks%novell.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 539229 - Editing a search with resolution '---' does not remember that resolution
patch by ghendricks r=LpSolit a=LpSolit
parent
47193c65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
form.html.tmpl
template/en/default/search/form.html.tmpl
+5
-4
No files found.
template/en/default/search/form.html.tmpl
View file @
61c5777b
...
@@ -624,10 +624,11 @@ function doOnSelectProduct(selectmode) {
...
@@ -624,10 +624,11 @@ function doOnSelectProduct(selectmode) {
<select name="[% sel.name %]" id="[% sel.name %]"
<select name="[% sel.name %]" id="[% sel.name %]"
multiple="multiple" size="[% sel.size %]">
multiple="multiple" size="[% sel.size %]">
[% FOREACH value = ${sel.name} %]
[% FOREACH value = ${sel.name} %]
[% IF value.id %]
[% IF value.id %]
[%# This only applies for Resolution really %]
[%# This only applies for Resolution really %]
<option value="[% value.name OR '---' FILTER html %]"
[% v = value.name OR '---' -%]
[% " selected" IF lsearch(default.${sel.name}, value.name) != -1 %]>
<option value="[% v FILTER html %]"
[% " selected" IF lsearch(default.${sel.name}, v) != -1 %]>
[% display_value(sel.name, value.name) FILTER html %]
[% display_value(sel.name, value.name) FILTER html %]
</option>
</option>
[% ELSE %]
[% ELSE %]
...
...
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