Skip to content

Commit

Permalink
Merge pull request #56 from thjennifer/main
Browse files Browse the repository at this point in the history
minor fix for dashboard navigation
  • Loading branch information
thjennifer authored Oct 1, 2024
2 parents d7ca09e + 71d9412 commit d0dbed6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 2 additions & 1 deletion views/navigation_template.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<!-- initial splits -->
{% assign navItems = dash_bindings._value | split: item_delimiter._value %}
Expand Down Expand Up @@ -309,4 +310,4 @@ view: navigation_template {
}


}
}

0 comments on commit d0dbed6

Please sign in to comment.