summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-13 03:41:12 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-13 03:41:12 +0200
commitd403dca90ecda9fb290dbbc9507bdda79dae7b59 (patch)
tree585056cded55ffbffa866b56f348f9b2a6438039 /Bugzilla/WebService/Constants.pm
parent33e1f44e56b7864a793738574a564675bd019270 (diff)
downloadbugzilla-d403dca90ecda9fb290dbbc9507bdda79dae7b59.tar.gz
bugzilla-d403dca90ecda9fb290dbbc9507bdda79dae7b59.tar.xz
Bug 415813: Implement Bug.update() as an API for WebServices
r=dkl, 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 0ada98ba4..44b7bb4e0 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -66,6 +66,7 @@ use constant WS_ERROR_CODE => {
alias_in_use => 103,
alias_is_numeric => 103,
alias_has_comma_or_space => 103,
+ alias_not_allowed => 103,
# Misc. bug field errors
illegal_field => 104,
freetext_too_long => 104,