summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2014-01-01 21:23:43 +0100
committerDave Lawrence <dlawrence@mozilla.com>2014-01-01 21:23:43 +0100
commitdf7f46c1ff8a9bc903e040349024d5c0c2f5be94 (patch)
treefc03f97b788358617bdf90e3109ced11489f45fe /Bugzilla/WebService/Constants.pm
parentcae26fc87f03b8fb44376932c06e2d3d7411a065 (diff)
downloadbugzilla-df7f46c1ff8a9bc903e040349024d5c0c2f5be94.tar.gz
bugzilla-df7f46c1ff8a9bc903e040349024d5c0c2f5be94.tar.xz
Bug 918384 - backport upstream bug 756048 to bmo/4.2 to allow setting bug/attachment flags using the webservices
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rw-r--r--Bugzilla/WebService/Constants.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index 87d890176..d0ce26caf 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -134,6 +134,13 @@ use constant WS_ERROR_CODE => {
missing_resolution => 121,
resolution_not_allowed => 122,
illegal_bug_status_transition => 123,
+ # Flag errors
+ flag_status_invalid => 129,
+ flag_update_denied => 130,
+ flag_type_requestee_disabled => 131,
+ flag_not_unique => 132,
+ flag_type_not_unique => 133,
+ flag_type_inactive => 134,
# Authentication errors are usually 300-400.
invalid_username_or_password => 300,