Commit d8a52b79 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 306060: Adding a new product should make it clear that a component is also…

Bug 306060: Adding a new product should make it clear that a component is also required to enter bugs - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=justdave
parent 6db7045a
......@@ -24,6 +24,7 @@
# Joe Robins <jmrobins@tgix.com>
# Gavin Shelley <bugzilla@chimpychompy.org>
# Frdric Buclin <LpSolit@gmail.com>
# Greg Hendricks <ghendricks@novell.com>
#
# Direct any questions on this source code to
#
......@@ -614,6 +615,10 @@ if ($action eq 'new') {
unlink "$datadir/versioncache";
print "OK, done.<p>\n";
print "<div style='border: 1px red solid; padding: 1ex;'><b>You will need to
<a href=\"editcomponents.cgi?action=add&product=" .
url_quote($product) . "\">add at least one
component</a> before you can enter bugs against this product.</b></div>";
PutTrailer($localtrailer,
"<a href=\"editproducts.cgi?action=add\">add</a> a new product",
"<a href=\"editcomponents.cgi?action=add&product=" .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment