summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-05-06 22:42:31 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-05-06 22:42:31 +0200
commitf0fede65121748fb8b5404a0bdde3616d37eaf51 (patch)
treebdb944c3a31f0564459ce390fc94ff4afb5c6b41 /Bugzilla/WebService/Constants.pm
parentc60cce7d4f4f175ddf723d9def271ad9a964034a (diff)
downloadbugzilla-f0fede65121748fb8b5404a0bdde3616d37eaf51.tar.gz
bugzilla-f0fede65121748fb8b5404a0bdde3616d37eaf51.tar.xz
Bug 653341: Bug.create() fails to error out if an invalid group is passed
r/a=mkanat
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 a1063864f..cb518b0bd 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -111,6 +111,7 @@ use constant WS_ERROR_CODE => {
# Bug-related group errors
group_change_denied => 120,
group_invalid_restriction => 120,
+ group_restriction_not_allowed => 120,
# Status/Resolution errors
missing_resolution => 121,
resolution_not_allowed => 122,