You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug] api/alerts and api/alert/:id hold previous data for "message" and "Message" field when field value is changed from "some string" to empty string.
#7927
Closed
jaimegago opened this issue
Mar 23, 2017
· 1 comment
GET http://grafana/api/alerts/:id -> produced output for the alert contains "message": "foobar" and "Message":"foobar"
Change message field from "foobar" back to empty + save dashboard
Select view JSON for that new dashboard -> produced output contains "message": ""
GET http://grafana/api/alerts -> produced output for the alert contains "message": "foobar" which is the bug as there is no more "foobar" value for the message field.
GET http://grafana/api/alerts/:id -> produced output for the alert contains "message": "" and "Message":"foobar" which is also a bug
The text was updated successfully, but these errors were encountered:
Bug has been reproduced on v4.2.0, v4.1.2, v4.1.1.
The text was updated successfully, but these errors were encountered: