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
73a2b84f
Commit
73a2b84f
authored
Jan 18, 2000
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Was sometimes checking extra checkboxes in the email area.
parent
dad36ba0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
query.cgi
query.cgi
+11
-10
No files found.
query.cgi
View file @
73a2b84f
...
@@ -139,18 +139,10 @@ sub GenerateEmailInput {
...
@@ -139,18 +139,10 @@ sub GenerateEmailInput {
my
$reporter
=
(
$default
{
"emailreporter$id"
}
eq
"1"
)
?
"checked"
:
""
;
my
$reporter
=
(
$default
{
"emailreporter$id"
}
eq
"1"
)
?
"checked"
:
""
;
my
$cc
=
(
$default
{
"emailcc$id"
}
eq
"1"
)
?
"checked"
:
""
;
my
$cc
=
(
$default
{
"emailcc$id"
}
eq
"1"
)
?
"checked"
:
""
;
if
(
$assignedto
eq
""
&&
$reporter
eq
""
&&
$cc
eq
""
)
{
if
(
$id
eq
"1"
)
{
$assignedto
=
"checked"
;
}
else
{
$reporter
=
"checked"
;
}
}
my
$qapart
=
""
;
my
$qapart
=
""
;
my
$qacontact
=
""
;
if
(
Param
(
"useqacontact"
))
{
if
(
Param
(
"useqacontact"
))
{
my
$qacontact
=
$qacontact
=
(
$default
{
"emailqa_contact$id"
}
eq
"1"
)
?
"checked"
:
""
;
(
$default
{
"emailqa_contact$id"
}
eq
"1"
)
?
"checked"
:
""
;
$qapart
=
qq|
$qapart
=
qq|
<tr>
<tr>
<td></td>
<td></td>
...
@@ -160,6 +152,15 @@ sub GenerateEmailInput {
...
@@ -160,6 +152,15 @@ sub GenerateEmailInput {
</tr>
</tr>
|
;
|
;
}
}
if
(
$assignedto
eq
""
&&
$reporter
eq
""
&&
$cc
eq
""
&&
$qacontact
eq
""
)
{
if
(
$id
eq
"1"
)
{
$assignedto
=
"checked"
;
}
else
{
$reporter
=
"checked"
;
}
}
return
qq|
return
qq|
<table border=1 cellspacing=0 cellpadding=0>
<table border=1 cellspacing=0 cellpadding=0>
...
...
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