Bug 291433: Ability to have custom fields whose visibility depends on the values of other fields
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat git-svn-id: svn://10.0.0.236/trunk@254756 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -49,7 +49,7 @@ use base qw(Exporter);
|
||||
# have to fix it here.
|
||||
use constant WS_ERROR_CODE => {
|
||||
# Generic Bugzilla::Object errors are 50-99.
|
||||
object_name_not_specified => 50,
|
||||
object_not_specified => 50,
|
||||
param_required => 50,
|
||||
object_does_not_exist => 51,
|
||||
# Bug errors usually occupy the 100-200 range.
|
||||
|
||||
Reference in New Issue
Block a user