]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug Numbers...
authorlpsolit%gmail.com <>
Mon, 2 Mar 2009 20:03:00 +0000 (20:03 +0000)
committerlpsolit%gmail.com <>
Mon, 2 Mar 2009 20:03:00 +0000 (20:03 +0000)
Bugzilla/Search.pm
template/en/default/global/user-error.html.tmpl

index 2b3b2304415d591321ffef567fa210342437632d..2f86d2502b5cb56854fc9d6ead4ebecefa7d5273 100644 (file)
@@ -258,9 +258,6 @@ sub init {
         }
         if (@clist) {
             push(@specialchart, \@clist);
-        } else {
-            ThrowUserError("missing_email_type",
-                           { email => $email });
         }
     }
 
index 570cdc6fec764d24db47f5ca166853e055d57e47..58be9ea73f8bb7a7d853df842c1ac07fa44fa419 100644 (file)
     [% docslinks = {'reporting.html' => 'Reporting'} %]
     You must specify one or more datasets to plot.
     
-  [% ELSIF error == "missing_email_type" %]
-    [% title = "Your Search Makes No Sense" %]
-    You must specify one or more fields in which to search for
-    <tt>[% email FILTER html %]</tt>.
-    
   [% ELSIF error == "missing_frequency" %]
     [% title = "Missing Frequency" %]
     [% docslinks = {'reporting.html' => 'Reporting'} %]