From c5205a668d89f26fb460db23e6f38d3227e1c919 Mon Sep 17 00:00:00 2001 From: Alex Petraky <petraky@perx.ru> Date: Tue, 15 Oct 2024 13:15:12 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=84=D0=BB=D0=B0=D0=B3=20"=D0=A1=D0=BA=D1=80?= =?UTF-8?q?=D1=8B=D1=82=D1=8C"=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=BE=D0=BB?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=86=D0=B8=D0=B8=20=D0=B2=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D0=BB=D0=BE=20=D1=80=D0=BE=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/common/common.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/common/common.proto b/proto/common/common.proto index 96c102f..5d969b4 100644 --- a/proto/common/common.proto +++ b/proto/common/common.proto @@ -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 { -- GitLab