fix: alert list panel now works correctly after adding manual annotation on dashboard, fixes #9951

(cherry picked from commit 0d12b37dfd)
This commit is contained in:
Torkel Ödegaard
2017-11-21 11:27:53 +01:00
parent 69a0a8e89c
commit 783355f1d6
5 changed files with 97 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ func GetAnnotations(c *middleware.Context) Response {
PanelId: c.QueryInt64("panelId"),
Limit: c.QueryInt64("limit"),
Tags: c.QueryStrings("tags"),
Type: c.Query("type"),
}
repo := annotations.GetRepository()