summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-01-06 09:52:17 +0100
committermkanat%bugzilla.org <>2008-01-06 09:52:17 +0100
commitc2ebd1bb43d06223d26426a233c00a6ca22f45d6 (patch)
treea387d87722d08e39a5241a4dcca6910ef95af7d2 /Bugzilla/WebService/Constants.pm
parent91d9ad905e8e74a7284e3484ca995c97b1c146ce (diff)
downloadbugzilla-c2ebd1bb43d06223d26426a233c00a6ca22f45d6.tar.gz
bugzilla-c2ebd1bb43d06223d26426a233c00a6ca22f45d6.tar.xz
Bug 355847: Make the WebService able to add a comment to a bug
Patch By Tsahi Asher <tsahi_75@yahoo.com> r=mkanat, a=mkanat
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rwxr-xr-xBugzilla/WebService/Constants.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index 2dfb0b112..a1ecb53ed 100755
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -75,6 +75,8 @@ use constant WS_ERROR_CODE => {
product_disabled => 106,
# Invalid Summary
require_summary => 107,
+ # Not authorized to edit the bug
+ product_edit_denied => 108,
# Authentication errors are usually 300-400.
invalid_username_or_password => 300,