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
227cf9e1
Commit
227cf9e1
authored
Feb 27, 2005
by
mkanat%kerio.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 283725: Platform, OS, Priority and Severity field dropdowns are not sorted correctly
Patch By Teemu Mannermaa <wicked@etlicon.fi> r=mkanat, a=justdave
parent
4885c456
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
globals.pl
globals.pl
+2
-1
No files found.
globals.pl
View file @
227cf9e1
...
...
@@ -1008,7 +1008,8 @@ sub LearnAboutColumns {
sub
get_legal_field_values
{
my
(
$field
)
=
@_
;
my
$dbh
=
Bugzilla
->
dbh
;
my
$result_ref
=
$dbh
->
selectcol_arrayref
(
"SELECT value FROM $field"
);
my
$result_ref
=
$dbh
->
selectcol_arrayref
(
"SELECT value FROM $field ORDER BY sortkey, value"
);
return
@$result_ref
;
}
...
...
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