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

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

parent 95771b2d
No related branches found
No related tags found
1 merge request!64Удалены deprecated поля (readonly_fields и writeonly_fields) из Rule
This commit is part of merge request !64. Comments created here will be created in the context of that merge request.
......@@ -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.
Please register or to comment