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

Merge branch 'feature/2763-AddHiddenToRule' into 'master'

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

See merge request !59
parents 46ef1e65 c5205a66
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;
// скрыть коллекцию в интерфейсе от пользователя
bool hidden = 12;
}
message Collaborator {
......
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