]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1584477 - Mark Group get method readonly (#82)
authorOndřej Kuzník <ondra@mistotebe.net>
Sun, 15 Dec 2019 23:49:47 +0000 (23:49 +0000)
committerDylan William Hardison <dylan@hardison.net>
Sun, 15 Dec 2019 23:49:47 +0000 (18:49 -0500)
Bugzilla/WebService/Group.pm

index 4467883a4eb3340c5a75fff9141358c65d1d19f6..b66b21f06dc1306427ca5441606c878faae70272 100644 (file)
@@ -16,6 +16,10 @@ use Bugzilla::Constants;
 use Bugzilla::Error;
 use Bugzilla::WebService::Util qw(validate translate params_to_objects);
 
+use constant READ_ONLY => qw(
+  get
+);
+
 use constant PUBLIC_METHODS => qw(
   create
   get