summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-06-20 11:03:44 +0200
committermkanat%bugzilla.org <>2008-06-20 11:03:44 +0200
commit6fed6bcbf8e8a7234bfdd45441bfec22c7de3430 (patch)
treebfabf9eb97d0837bd324b66762fd29de3e06b34c /Bugzilla/WebService/Constants.pm
parent120fd9858589152d99050bdaba622d0bac60e84c (diff)
downloadbugzilla-6fed6bcbf8e8a7234bfdd45441bfec22c7de3430.tar.gz
bugzilla-6fed6bcbf8e8a7234bfdd45441bfec22c7de3430.tar.xz
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.