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] Chart API fails if timezone value is undefined #550

Closed
nemesifier opened this issue Oct 12, 2023 · 0 comments · Fixed by #551
Closed

[bug] Chart API fails if timezone value is undefined #550

nemesifier opened this issue Oct 12, 2023 · 0 comments · Fixed by #551
Labels
bug Something isn't working

Comments

@nemesifier
Copy link
Member

If the timezone value returned by Javascript is undefined for some reason, the charts will not load because the REST API returns an error:

[
    "Unkown Time Zone"
]

I think the failure on the API side is fine, I think on the client side code we should not add the timezone parameter if it's undefined.

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

Successfully merging a pull request may close this issue.

1 participant