From 59ea8414c57412ada55513f14181cef20dee7c88 Mon Sep 17 00:00:00 2001 From: Kanstantsin Autushka Date: Fri, 31 Jan 2025 12:42:12 +0300 Subject: [PATCH] fix(Navigation): add missing attribute for flow tab [YTFRONT-4665] --- .../src/ui/store/actions/navigation/index.js | 82 +++++++++++++------ 1 file changed, 55 insertions(+), 27 deletions(-) diff --git a/packages/ui/src/ui/store/actions/navigation/index.js b/packages/ui/src/ui/store/actions/navigation/index.js index 27936dffa..01d7484b5 100644 --- a/packages/ui/src/ui/store/actions/navigation/index.js +++ b/packages/ui/src/ui/store/actions/navigation/index.js @@ -276,42 +276,70 @@ export function navigateParent() { } const attributesToLoad = [ - 'id', - 'type', - 'path', - 'schema', - 'schema_mode', + '_format', + '_read_schema', + '_restore_path', + '_yql_key_meta', + '_yql_row_spec', + '_yql_subkey_meta', + '_yql_type', + '_yql_value_meta', + 'access_time', + 'account', 'acl', + 'atomicity', + 'broken', + 'cluster_name', + 'chunk_count', + 'chunk_row_count', + 'compressed_data_size', + 'compression_codec', + 'compression_ratio', + 'creation_time', + 'data_weight', + 'default_disk_space', + 'disk_space', 'dynamic', + 'enable_dynamic_store_read', + 'expiration_time', + 'expiration_timeout', + 'effective_expiration', + 'replicated_table_options', + 'replica_path', + 'erasure_codec', + 'id', + 'in_memory_mode', 'key', - 'owner', - 'account', - 'creation_time', + 'key_columns', + 'lock_count', + 'lock_mode', + 'locks', 'modification_time', - 'access_time', - 'primary_medium', + 'monitoring_cluster', + 'monitoring_project', + 'mode', 'optimize_for', - 'compression_ratio', - 'compression_codec', + 'owner', + 'path', + 'pipeline_format_version', + 'primary_medium', 'replication_factor', - 'key_columns', + 'resource_usage', + 'schema', + 'schema_mode', 'security_tags', - 'erasure_codec', 'sorted', 'sorted_by', - 'chunk_row_count', - 'chunk_count', - 'uncompressed_data_size', - 'compressed_data_size', - 'disk_space', - 'default_disk_space', - 'data_weight', - 'resource_usage', - 'locks', - 'lock_count', - 'lock_mode', - 'tablet_state', + 'start_time', + 'state', 'tablet_cell_bundle', 'tablet_error_count', - 'in_memory_mode', + 'tablet_state', + 'target_path', + 'type', + 'title', + 'timeout', + 'uncompressed_data_size', + 'leader_controller_address', + 'treat_as_queue_consumer', ];