From 3d8f65f7f13925438711856935a2e535583d5ead Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 9 Oct 2014 17:56:44 +0000 Subject: Bug 1079476: Backport upstream bug 1014345 and bug 658485 to bmo/4.2 to allow getting and updating groups --- Bugzilla/WebService/Constants.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/WebService/Constants.pm') diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 4d36b877f..72863cb0f 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -192,6 +192,7 @@ use constant WS_ERROR_CODE => { empty_group_description => 802, invalid_regexp => 803, invalid_group_name => 804, + group_cannot_view => 805, # Search errors are 1000-1100 buglist_parameters_required => 1000, -- cgit v1.2.3-24-g4f1b