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

Merge branch 'feature/PRXS-2909-DeleteDeprecatedFieldsRule' into 'master'

Удалены deprecated поля (readonly_fields и writeonly_fields) из Rule

See merge request !64
parents 23ad896c 1fbdbb02
No related branches found
No related tags found
1 merge request!64Удалены deprecated поля (readonly_fields и writeonly_fields) из Rule
......@@ -47,10 +47,6 @@ message Rule {
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;
......
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