summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Component.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/WebService/Component.pm')
-rw-r--r--Bugzilla/WebService/Component.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Component.pm b/Bugzilla/WebService/Component.pm
index a050aef53..9f3dfb4d4 100644
--- a/Bugzilla/WebService/Component.pm
+++ b/Bugzilla/WebService/Component.pm
@@ -19,6 +19,10 @@ use Bugzilla::Error;
use Bugzilla::WebService::Constants;
use Bugzilla::WebService::Util qw(translate params_to_objects validate);
+use constant PUBLIC_METHODS => qw(
+ create
+);
+
use constant CREATE_MAPPED_FIELDS => {
default_assignee => 'initialowner',
default_qa_contact => 'initialqacontact',