Fixed issue with updating default data source, it required page reload to take effect, should not be required, now fixed, Fixes #1671

This commit is contained in:
Torkel Ödegaard
2015-03-31 14:31:47 +02:00
parent b83367063e
commit 1d0a3660bd
3 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
# 2.0.0-RC1 (unreleased)
- [Issue #1671](https://github.com/grafana/grafana/issues/1671). Data sources: Fixed issue with changing default data source (should not require full page load to take effect, now fixed)
# 2.0.0-Beta1 (2015-03-30)
**New features**