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
62779722
Commit
62779722
authored
Feb 26, 1999
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wasn't able to mass-change a component before.
parent
96341b16
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
buglist.cgi
buglist.cgi
+2
-3
No files found.
buglist.cgi
View file @
62779722
...
...
@@ -42,7 +42,6 @@ if ($serverpush) {
use
vars
@::legal_platform
,
@::versions
,
@::legal_product
,
@::legal_component
,
%::
MFORM
,
@::components
,
@::legal_severity
,
...
...
@@ -564,7 +563,7 @@ document.write(\" <input type=button value=\\\"Uncheck All\\\" onclick=\\\"SetCh
my
@list
=
@prod_list
;
my
@legal_versions
;
my
@legal_component
;
if
(
$#prod_list
==
1
)
{
if
(
1
==
@prod_list
)
{
@legal_versions
=
@
{
$::versions
{
$prod_list
[
0
]}};
@legal_component
=
@
{
$::components
{
$prod_list
[
0
]}};
}
...
...
@@ -573,7 +572,7 @@ document.write(\" <input type=button value=\\\"Uncheck All\\\" onclick=\\\"SetCh
my
$platform_popup
=
make_options
(
\
@::legal_platform
,
$::dontchange
);
my
$priority_popup
=
make_options
(
\
@::legal_priority
,
$::dontchange
);
my
$sev_popup
=
make_options
(
\
@::legal_severity
,
$::dontchange
);
my
$component_popup
=
make_options
(
\
@
::
legal_component
,
$::dontchange
);
my
$component_popup
=
make_options
(
\
@legal_component
,
$::dontchange
);
my
$product_popup
=
make_options
(
\
@::legal_product
,
$::dontchange
);
...
...
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