diff options
author | lpsolit%gmail.com <> | 2008-01-22 01:29:30 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-01-22 01:29:30 +0100 |
commit | b66b08bb3615da686d779b99f44e28e0105cae7e (patch) | |
tree | 18d21f2f02f0ce295b149998b4c08413088933dd /Bugzilla/WebService | |
parent | f73bf5770ba1e4001ba10dede8b9c321ef05fa7e (diff) | |
download | bugzilla-b66b08bb3615da686d779b99f44e28e0105cae7e.tar.gz bugzilla-b66b08bb3615da686d779b99f44e28e0105cae7e.tar.xz |
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 <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'Bugzilla/WebService')
-rwxr-xr-x | Bugzilla/WebService/Constants.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index d641b6e70..f12c5ecd2 100755 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -57,6 +57,7 @@ use constant WS_ERROR_CODE => { improper_bug_id_field_value => 100, bug_id_does_not_exist => 101, bug_access_denied => 102, + bug_access_query => 102, invalid_field_name => 108, # These all mean "invalid alias" alias_too_long => 103, |