Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display name in UI only changes when on YAML #6556

Open
royendo opened this issue Jan 31, 2025 · 3 comments
Open

Display name in UI only changes when on YAML #6556

royendo opened this issue Jan 31, 2025 · 3 comments
Labels
Type:Bug Something isn't working

Comments

@royendo
Copy link
Contributor

royendo commented Jan 31, 2025

Describe the bug
when changing he display_name in visual code editor for dashboard doesn't change unless on YAML

https://www.loom.com/share/170068c1c28c46e09e727140588405e1

To Reproduce
Steps to reproduce the behavior:

  1. Change dashboard name on visual editor

Expected behavior
Both should change

@royendo royendo added the Type:Bug Something isn't working label Jan 31, 2025
@royendo
Copy link
Contributor Author

royendo commented Jan 31, 2025

additionally, it adds display_name but doesn't remove title


type: explore

title: "Enterprise Sales Data 50K Model Metrics dashboard"
metrics_view: basic_row_access_policy_metrics

dimensions: '*'
measures: '*'
display_name: Dashboard with Basic Policy


@mindspank
Copy link
Contributor

title is deprecated so we should probably ensure it's removed from the auto generated dashboards. If you only have the display_name key it works right?

@royendo
Copy link
Contributor Author

royendo commented Feb 3, 2025

yep, title is throwing it off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants