From 9de18caa12213e78fa3643559ed2e227f1cdb92b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 22 Jan 2008 00:31:56 +0000 Subject: [PATCH] =?utf8?q?Bug=20413343:=20Requesting=20data=20for=20a=20bu?= =?utf8?q?g=20restricted=20to=20a=20group=20while=20you=20are=20logged=20o?= =?utf8?q?ut=20throws=20"Error=2032000"=20-=20Patch=20by=20Fr=C3=83=C2=A9d?= =?utf8?q?=C3=83=C2=A9ric=20Buclin=20=20r=3Dmkanat=20a?= =?utf8?q?=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Bugzilla/WebService/Constants.pm | 1 + 1 file changed, 1 insertion(+) 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, -- 2.47.2