Skip to content
Snippets Groups Projects

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

Merged Pavel Antonov requested to merge revert-ff872ff0 into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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 {
Loading