Commit 465fc7e5 authored by Ondřej Kuzník's avatar Ondřej Kuzník Committed by Давид Добряков

Bug 1584477 - Mark Group get method readonly (#82)

parent 92428da6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment