diff options
author | mkanat%bugzilla.org <> | 2007-07-14 05:00:57 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-07-14 05:00:57 +0200 |
commit | 88bf1df40e30b2d534e55593bfc3dc85c9b5c3f8 (patch) | |
tree | e3285aba23abf404472e5a9be42179acb205c254 /Bugzilla/WebService | |
parent | e3837b96c71158697052cd72f253f910ae7f79dc (diff) | |
download | bugzilla-88bf1df40e30b2d534e55593bfc3dc85c9b5c3f8.tar.gz bugzilla-88bf1df40e30b2d534e55593bfc3dc85c9b5c3f8.tar.xz |
Bug 388036: Make Bugzilla::Bug do updating for alias in process_bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/WebService')
-rwxr-xr-x | Bugzilla/WebService/Constants.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 39d25298d..01359868a 100755 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -56,7 +56,6 @@ use constant WS_ERROR_CODE => { bug_access_denied => 102, invalid_field_name => 108, # These all mean "invalid alias" - alias_not_defined => 103, alias_too_long => 103, alias_in_use => 103, alias_is_numeric => 103, |