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
b5e7fcce
Commit
b5e7fcce
authored
Jan 13, 2000
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"Change several bugs" was losing the sort order.
parent
9f7937f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
buglist.cgi
buglist.cgi
+4
-1
No files found.
buglist.cgi
View file @
b5e7fcce
...
...
@@ -529,11 +529,14 @@ $fields =~ s/[&?]order=[^&]*//g;
$fields
=~
s/[&?]cmdtype=[^&]*//g
;
my
$orderpart
;
my
$oldorder
;
if
(
defined
$::FORM
{
'order'
}
&&
trim
(
$::FORM
{
'order'
})
ne
""
)
{
$orderpart
=
"&order="
.
url_quote
(
"$::FORM{'order'}"
);
$oldorder
=
url_quote
(
", $::FORM{'order'}"
);
}
else
{
$orderpart
=
""
;
$oldorder
=
""
;
}
...
...
@@ -894,7 +897,7 @@ if ($count > 0) {
<A HREF=\"enter_bug.cgi\">Enter New Bug</A>
<A HREF=\"colchange.cgi?$::buffer\">Change columns</A>"
;
if
(
!
$dotweak
&&
$count
>
1
)
{
print
" <A HREF=\"buglist.cgi?$fields&tweak=1\">"
;
print
" <A HREF=\"buglist.cgi?$fields
$orderpart
&tweak=1\">"
;
print
"Change several bugs at once</A>\n"
;
}
print
"</FORM>\n"
;
...
...
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