summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-09-04 23:30:04 +0200
committerterry%netscape.com <>1998-09-04 23:30:04 +0200
commitd4aee587191fa0df15d6454bc3864f4e097bced6 (patch)
treee146f76bb853f66cb5ddf795c8056fff4f5a78f9 /process_bug.cgi
parent2ab62b631a569a46aead196464f570e25c99cabb (diff)
downloadbugzilla-d4aee587191fa0df15d6454bc3864f4e097bced6.tar.gz
bugzilla-d4aee587191fa0df15d6454bc3864f4e097bced6.tar.xz
Give a better message, in the case that someone changes a bug that had
an invalid component or version field. (Like, for example, all the new NGLayout bugs.)
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index f6997d0e6..6fc7c01bb 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -36,7 +36,9 @@ if {![cequal $FORM(product) $dontchange]} {
if {!$vok || !$cok} {
puts "<H1>Changing product means changing version and component.</H1>"
puts "You have chosen a new product, and now the version and/or"
- puts "component fields are not correct. Please set them now.<p>"
+ puts "component fields are not correct. (Or, possibly, the bug did"
+ puts "not have a valid component or version field in the first place.)"
+ puts "Anyway, please set the version and component now.<p>"
puts "<form>"
puts "<table>"
puts "<tr>"