fix(elasticsearch): fixed issue with disabling (hiding) query, fixes #3300

This commit is contained in:
Torkel Ödegaard
2015-11-21 10:22:59 +01:00
parent 4a3f50cef7
commit 9d1906d333
2 changed files with 5 additions and 8 deletions

View File

@@ -12,6 +12,7 @@
* **dashboard**: fix for collapse row by clicking on row title, fixes [#3065](https://github.com/grafana/grafana/issues/3065)
* **influxdb**: fix for relative time ranges `last x months` and `last x years`, fixes [#3067](https://github.com/grafana/grafana/issues/3067)
* **graph**: layout fix for color picker when right side legend was enabled, fixes [#3093](https://github.com/grafana/grafana/issues/3093)
* **elasticsearch**: disabling elastic query (via eye) caused error, fixes [#3300](https://github.com/grafana/grafana/issues/3300)
# 2.5 (2015-10-28)