From 6988dcd7f584cbbf3d84d4d7c5e2a8b145ebc069 Mon Sep 17 00:00:00 2001 From: Selene Date: Tue, 16 Aug 2022 12:42:33 +0200 Subject: [PATCH] Release Notes: Add missing report bug fixes (#53597) * Add missing report bug fixes * Update docs/sources/release-notes/release-notes-9-0-7.md Co-authored-by: Alex Khomenko Co-authored-by: Alex Khomenko --- docs/sources/release-notes/release-notes-9-0-7.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/release-notes/release-notes-9-0-7.md b/docs/sources/release-notes/release-notes-9-0-7.md index 6a14a0f28ba..65efd607972 100644 --- a/docs/sources/release-notes/release-notes-9-0-7.md +++ b/docs/sources/release-notes/release-notes-9-0-7.md @@ -14,3 +14,6 @@ hide_menu = true ### Bug fixes - **GrafanaUI:** Render PageToolbar's leftItems regardless of title's presence. [#53285](https://github.com/grafana/grafana/pull/53285), [@Elfo404](https://github.com/Elfo404) +- **Reports:** Fix inconsistency reports. (Enterprise) +- **Reports:** Set UID when it's not received in the query. (Enterprise) +- **Reports:** Save and update in reports should be transactional. (Enterprise)