From a867df2072c7ff1e5248ea73e006f8ca3f1985a8 Mon Sep 17 00:00:00 2001 From: kandl Date: Mon, 15 Apr 2024 08:41:02 +0200 Subject: [PATCH] fix: show repeater column titles for measures Do not remove simple measure titles for repeater, as they can be transformed to inline measures for the execution, and then we don't have access to the original measure descriptor and title. JIRA: F1-148 --- .../src/insightView/InsightRenderer.tsx | 18 +++++++++-- .../repeater/PluggableRepeater.tsx | 32 +++++++++++++++++++ 2 files changed, 47 insertions(+), 3 deletions(-) diff --git a/libs/sdk-ui-ext/src/insightView/InsightRenderer.tsx b/libs/sdk-ui-ext/src/insightView/InsightRenderer.tsx index 7a98e7c9197..38d9daac27b 100644 --- a/libs/sdk-ui-ext/src/insightView/InsightRenderer.tsx +++ b/libs/sdk-ui-ext/src/insightView/InsightRenderer.tsx @@ -16,6 +16,7 @@ import { ITheme, insightSetProperties, insightVisualizationUrl, + insightVisualizationType, } from "@gooddata/sdk-model"; import { @@ -139,9 +140,20 @@ class InsightRendererCore extends React.PureComponent