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

Merge branch 'revert-ff872ff0' into 'master'

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

See merge request !28
parents ff872ff0 3f58190e
No related branches found
No related tags found
1 merge request!28Revert "Merge branch 'feature/PRXS-1726-UpdateRules' into 'master'"
......@@ -11,8 +11,8 @@ package content.collections;
message Access {
repeated common.Action actions = 1;
repeated string hidden_fields = 5;
repeated string deny_read_fields = 6;
repeated string deny_write_fields = 7;
repeated string readonly_fields = 6;
repeated string writeonly_fields = 7;
}
message Collection {
......
......@@ -40,8 +40,8 @@ message Rule {
repeated Action actions = 2;
Access access = 3;
repeated string hidden_fields = 5;
repeated string deny_read_fields = 6;
repeated string deny_write_fields = 7;
repeated string readonly_fields = 6;
repeated string writeonly_fields = 7;
string read_filter = 8;
string write_filter = 9;
}
......
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