From: lpsolit%gmail.com <> Date: Tue, 22 Jan 2008 00:31:56 +0000 (+0000) Subject: Bug 413343: Requesting data for a bug restricted to a group while you are logged... X-Git-Tag: bugzilla-3.0.4~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9de18caa12213e78fa3643559ed2e227f1cdb92b;p=thirdparty%2Fbugzilla.git Bug 413343: Requesting data for a bug restricted to a group while you are logged out throws "Error 32000" - Patch by Frédéric Buclin r=mkanat a=LpSolit --- diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index a9bd9e1a8a..7a8057471b 100755 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -54,6 +54,7 @@ use constant WS_ERROR_CODE => { invalid_bug_id_or_alias => 100, invalid_bug_id_non_existent => 101, bug_access_denied => 102, + bug_access_query => 102, invalid_field_name => 108, # These all mean "invalid alias" alias_not_defined => 103,