Skip to content
Snippets Groups Projects
Commit d8af7025 authored by ko_oler's avatar ko_oler
Browse files

обновлены названия полей для Access в Collections

parent f6c3cbff
No related branches found
No related tags found
1 merge request!26Обновлены названия полей для Rules и Colletions.Acess
...@@ -11,8 +11,8 @@ package content.collections; ...@@ -11,8 +11,8 @@ package content.collections;
message Access { message Access {
repeated common.Action actions = 1; repeated common.Action actions = 1;
repeated string hidden_fields = 5; repeated string hidden_fields = 5;
repeated string readonly_fields = 6; repeated string deny_read_fields = 6;
repeated string writeonly_fields = 7; repeated string deny_write_fields = 7;
} }
message Collection { message Collection {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment