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

Bug: Some dashboard types don't have a "name" attribute #626

Closed
bmtcril opened this issue Feb 27, 2024 · 0 comments · Fixed by #629
Closed

Bug: Some dashboard types don't have a "name" attribute #626

bmtcril opened this issue Feb 27, 2024 · 0 comments · Fixed by #629
Assignees

Comments

@bmtcril
Copy link
Contributor

bmtcril commented Feb 27, 2024

When importing the mockup dashboard I ran into the following:

  File "/app/pythonpath/create_assets.py", line 231, in generate_translated_dashboard_filters
    translation = get_translation(filter["name"], language)

The issue is that DIVIDER types don't have a name, but they do have a description we could key translations off of so we should check for both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant