From 995671b1307d6ddf25dd92ea3c776f7d93c9dc43 Mon Sep 17 00:00:00 2001 From: Jennifer Thomas Date: Tue, 17 Sep 2024 19:11:09 +0000 Subject: [PATCH] Small fix to navigation template; update RELEASE_NOTES --- RELEASE_NOTES.md | 4 ++++ views/navigation_template.view.lkml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bf6ce809..99bcd84d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +## Release v6.0 +* Small fix to navigation template links. + + ## Release v5.4.1 * Update README with message about using Balance Sheet and Income Statement with SAP Financial test harness data available with Cortext Framework. diff --git a/views/navigation_template.view.lkml b/views/navigation_template.view.lkml index ddeecba7..affc2d6a 100644 --- a/views/navigation_template.view.lkml +++ b/views/navigation_template.view.lkml @@ -165,6 +165,7 @@ view: navigation_template { hidden: no description: "Add to Single Value Visualization. Defined HTML styling will be shown." sql: '' ;; + required_fields: [item_delimiter, value_delimiter] html: {% assign navItems = dash_bindings._value | split: item_delimiter._value %} @@ -309,4 +310,4 @@ view: navigation_template { } -} \ No newline at end of file +}