summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-10-09 19:56:44 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-10-09 19:56:44 +0200
commit3d8f65f7f13925438711856935a2e535583d5ead (patch)
treef9dc23449b8027d28c2a0a88bfe40b9eae90bef1 /Bugzilla/WebService/Constants.pm
parentaafa79dbed67514aede45f884572c30934854107 (diff)
downloadbugzilla-3d8f65f7f13925438711856935a2e535583d5ead.tar.gz
bugzilla-3d8f65f7f13925438711856935a2e535583d5ead.tar.xz
Bug 1079476: Backport upstream bug 1014345 and bug 658485 to bmo/4.2 to allow getting and updating groups
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rw-r--r--Bugzilla/WebService/Constants.pm1
1 files changed, 1 insertions, 0 deletions
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,