From b29d11c50a10a98f6275eba03bdb93ea3215f593 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sun, 11 Mar 2018 23:44:43 -0400 Subject: fix default security bug id thing --- Bugzilla/WebService/Constants.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 93fddfc2b..e43918a43 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -184,6 +184,7 @@ use constant WS_ERROR_CODE => { product_must_have_description => 703, product_must_have_version => 704, product_must_define_defaultmilestone => 705, + product_must_have_security_group => 706, # Group errors are 800-900 empty_group_name => 800, -- cgit v1.2.3-24-g4f1b