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

project: Fix compatibility with Grafana v7.0.0 #23

Merged
merged 1 commit into from May 24, 2020
Merged

Conversation

fetzerch
Copy link
Owner

In Grafana v7.0.0-beta1 DashboardModel.isTimezoneUtc got removed and
cannot be used anymore in plugins. Replace it with its implementation
this.getTimezone() === 'utc'.

See: grafana/grafana#23586

In Grafana v7.0.0-beta1 DashboardModel.isTimezoneUtc got removed and
cannot be used anymore in plugins. Replace it with its implementation
`this.getTimezone() === 'utc'`.

See: grafana/grafana#23586
@fetzerch fetzerch merged commit 3ae2372 into master May 24, 2020
@fetzerch fetzerch deleted the grafana7.0.0 branch May 24, 2020 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant