diff options
author | Byron Jones <glob@mozilla.com> | 2014-11-11 23:25:30 +0800 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-11-11 23:25:30 +0800 |
commit | 4b4ddaf2bc4868e009a544e59e184a958f6a2fcc (patch) | |
tree | 039519a34c9f7addd045faad1db0bedce04f1cea /Bugzilla/WebService | |
parent | 4a43627ea083766eb2d17ab6eb69b7273d7ea26c (diff) | |
download | bugs-4b4ddaf2bc4868e009a544e59e184a958f6a2fcc.tar bugs-4b4ddaf2bc4868e009a544e59e184a958f6a2fcc.tar.gz bugs-4b4ddaf2bc4868e009a544e59e184a958f6a2fcc.tar.bz2 bugs-4b4ddaf2bc4868e009a544e59e184a958f6a2fcc.tar.xz bugs-4b4ddaf2bc4868e009a544e59e184a958f6a2fcc.zip |
Bug 1094858: Create hook in Bugzilla::WebService::Constants to allow overrriding of standard status codes by extensions
(fix broken POD)
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Constants.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 503b91bbb..0bdd3517e 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -314,6 +314,7 @@ sub WS_DISPATCH { =over =item REST_STATUS_CODE_MAP + =item WS_DISPATCH =back |