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
498a074f
Commit
498a074f
authored
Jan 16, 1999
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
When viewing a bug, make it possible to change its OS.
parent
fd18dd28
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
bug_form.pl
bug_form.pl
+4
-2
process_bug.cgi
process_bug.cgi
+1
-1
No files found.
bug_form.pl
View file @
498a074f
...
...
@@ -118,8 +118,10 @@ print "
<TD><SELECT NAME=product>"
.
make_options
(
\
@::legal_product
,
$bug
{
'product'
})
.
"</SELECT></TD>
<TD ALIGN=RIGHT><B>OS:</B></TD><TD>$bug{'op_sys'}</TD>
<TD ALIGN=RIGHT><B>Reporter:</B></TD><TD>$bug{'reporter'}</TD>
<TD ALIGN=RIGHT><B>OS:</B></TD>
<TD><SELECT NAME=op_sys>"
.
make_options
(
\
@::legal_opsys
,
$bug
{
'op_sys'
})
.
"</SELECT><TD ALIGN=RIGHT><B>Reporter:</B></TD><TD>$bug{'reporter'}</TD>
</TR><TR>
<TD ALIGN=RIGHT><B><A HREF=\"bug_status.html\">Status:</A></B></TD>
<TD>$bug{'bug_status'}</TD>
...
...
process_bug.cgi
View file @
498a074f
...
...
@@ -122,7 +122,7 @@ sub ChangeResolution {
foreach
my
$field
(
"rep_platform"
,
"priority"
,
"bug_severity"
,
"url"
,
"summary"
,
"component"
,
"bug_file_loc"
,
"short_desc"
,
"product"
,
"version"
,
"component"
)
{
"product"
,
"version"
,
"component"
,
"op_sys"
)
{
if
(
defined
$::FORM
{
$field
})
{
if
(
$::FORM
{
$field
}
ne
$::dontchange
)
{
DoComma
();
...
...
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