Skip to content
Snippets Groups Projects
Commit ecd75686 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'feature/PRXS-1726-UpdateRules' into 'master'

Обновлены названия полей для Rules и Colleсtions.Acess

See merge request !29
parents be32bb9e f2e6ef97
No related tags found
1 merge request!29Обновлены названия полей для Rules и Colleсtions.Acess
......@@ -11,8 +11,13 @@ package content.collections;
message Access {
repeated common.Action actions = 1;
repeated string hidden_fields = 5;
// Deprecated
repeated string readonly_fields = 6;
repeated string writeonly_fields = 7;
repeated string deny_read_fields = 8;
repeated string deny_write_fields = 9;
}
message Collection {
......
......@@ -40,10 +40,15 @@ message Rule {
repeated Action actions = 2;
Access access = 3;
repeated string hidden_fields = 5;
// Deprecated
repeated string readonly_fields = 6;
repeated string writeonly_fields = 7;
string read_filter = 8;
string write_filter = 9;
repeated string deny_read_fields = 10;
repeated string deny_write_fields = 11;
}
message Collaborator {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment