From e5164f3eff5adebb42bf63a8423beaed422ce7f6 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 21 Jul 2009 16:07:27 +0000 Subject: Bug 505390: Make Bugzilla (and thus the WebService) throw an error when you try to add a private comment but aren't an insider. Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- Bugzilla/WebService/Constants.pm | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 Bugzilla/WebService/Constants.pm (limited to 'Bugzilla/WebService/Constants.pm') diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm old mode 100755 new mode 100644 index 83b4197aa..260ae9478 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -87,6 +87,8 @@ use constant WS_ERROR_CODE => { # See Also errors bug_url_invalid => 112, bug_url_too_long => 112, + # Insidergroup Errors + user_not_insider => 113, # Authentication errors are usually 300-400. invalid_username_or_password => 300, -- cgit v1.2.1