summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authorKoosha KM <koosha.khajeh@gmail.com>2014-10-16 19:14:07 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-10-16 19:14:32 +0200
commitcd3b8b4813c1a2a1e1b5467011436306bc678668 (patch)
tree18bbec56d197078c3df75b8cadfd9f61ccc5a5ee /Bugzilla/WebService/Constants.pm
parent94ffb7a9fb63cf16805b7c627d1914b499960088 (diff)
downloadbugzilla-cd3b8b4813c1a2a1e1b5467011436306bc678668.tar.gz
bugzilla-cd3b8b4813c1a2a1e1b5467011436306bc678668.tar.xz
Bug 1080840: Update WebServices to include Markdown feature
r=dkl,a=glob
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 d612ebc75..db50611cb 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -101,6 +101,7 @@ use constant WS_ERROR_CODE => {
comment_id_invalid => 111,
comment_too_long => 114,
comment_invalid_isprivate => 117,
+ markdown_disabled => 140,
# Comment tagging
comment_tag_disabled => 125,
comment_tag_invalid => 126,