diff options
author | uzhas <uzhas@ydb.tech> | 2022-08-10 22:24:21 +0300 |
---|---|---|
committer | uzhas <uzhas@ydb.tech> | 2022-08-10 22:24:21 +0300 |
commit | f095e6c29c19517a7e255160085c765d76fc9673 (patch) | |
tree | 99d84e28f411002dc2ee2ed17f181f32c33e17f5 | |
parent | 3dacf5a623ebabaa8d9e95fd26aa01e0eccff5b9 (diff) | |
download | ydb-f095e6c29c19517a7e255160085c765d76fc9673.tar.gz |
add visibility field to BriefBinding
-rw-r--r-- | ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp b/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp index 51dba045527..18f0cc999a8 100644 --- a/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp +++ b/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_bindings.cpp @@ -250,6 +250,7 @@ void TYdbControlPlaneStorageActor::Handle(TEvControlPlaneStorage::TEvListBinding case YandexQuery::BindingSetting::BINDING_NOT_SET: break; } + briefBinding.set_visibility(binding.content().acl().visibility()); } if (result.binding_size() == limit + 1) { |