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

Добавлен флаг "Скрыть" в правило роли

parent 46ef1e65
No related branches found
No related tags found
1 merge request!59Добавлен флаг "Скрыть" для коллекции в правило роли
......@@ -55,6 +55,9 @@ message Rule {
string write_filter = 9;
repeated string deny_read_fields = 10;
repeated string deny_write_fields = 11;
// признак надо ли скрывать поле в UI
bool hidden = 12;
}
message Collaborator {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment