From: Ondřej Kuzník Date: Sun, 15 Dec 2019 23:49:47 +0000 (+0000) Subject: Bug 1584477 - Mark Group get method readonly (#82) X-Git-Tag: bugzilla-5.2~63 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ca15f8bc3d58333f2f379fad43914798088f58a;p=thirdparty%2Fbugzilla.git Bug 1584477 - Mark Group get method readonly (#82) --- diff --git a/Bugzilla/WebService/Group.pm b/Bugzilla/WebService/Group.pm index 4467883a4e..b66b21f06d 100644 --- a/Bugzilla/WebService/Group.pm +++ b/Bugzilla/WebService/Group.pm @@ -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