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
8ea64d14
Commit
8ea64d14
authored
Sep 10, 2000
by
dave%intrec.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 51487: Now only checks for a valid QA Contact if it actually
asked you for one. Thanks to bg.mahesh@team.indiainfo.com (B.G. Mahesh) for catching this.
parent
ef9c84bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
editcomponents.cgi
editcomponents.cgi
+4
-8
No files found.
editcomponents.cgi
View file @
8ea64d14
...
...
@@ -397,14 +397,8 @@ if ($action eq 'new') {
PutTrailer
(
$localtrailer
);
exit
;
}
#+++
my
$initialqacontact
=
trim
(
$::FORM
{
initialqacontact
}
||
''
);
#
# Now validating to make sure it's too an existing account
#
DBNameToIdAndCheck
(
$initialqacontact
);
if
(
Param
(
'useqacontact'
))
{
if
(
$initialqacontact
eq
''
)
{
print
"You must enter an initial QA contact for the component '$component'. Please press\n"
;
...
...
@@ -412,8 +406,10 @@ if ($action eq 'new') {
PutTrailer
(
$localtrailer
);
exit
;
}
#+++
#DBNameToIdAndCheck($initialqacontact, 0);
#
# Now validating to make sure it's too an existing account
#
DBNameToIdAndCheck
(
$initialqacontact
);
}
# Add the new component
...
...
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