aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-06-20 09:03:44 +0000
committermkanat%bugzilla.org <>2008-06-20 09:03:44 +0000
commit6fed6bcbf8e8a7234bfdd45441bfec22c7de3430 (patch)
treebfabf9eb97d0837bd324b66762fd29de3e06b34c /Bugzilla/WebService/Constants.pm
parent120fd9858589152d99050bdaba622d0bac60e84c (diff)
downloadbugs-6fed6bcbf8e8a7234bfdd45441bfec22c7de3430.tar
bugs-6fed6bcbf8e8a7234bfdd45441bfec22c7de3430.tar.gz
bugs-6fed6bcbf8e8a7234bfdd45441bfec22c7de3430.tar.bz2
bugs-6fed6bcbf8e8a7234bfdd45441bfec22c7de3430.tar.xz
bugs-6fed6bcbf8e8a7234bfdd45441bfec22c7de3430.zip
Bug 432916: Expose usermatchmode via WebServices (User.get match argument)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rwxr-xr-xBugzilla/WebService/Constants.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index ed70890da..a43e1f590 100755
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -99,6 +99,7 @@ use constant WS_ERROR_CODE => {
# "invalid user."
invalid_user_group => 504,
user_access_by_id_denied => 505,
+ user_access_by_match_denied => 505,
};
# These are the fallback defaults for errors not in ERROR_CODE.