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 <Clarity-89@users.noreply.github.com>

Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
This commit is contained in:
Selene 2022-08-16 12:42:33 +02:00 committed by GitHub
parent 635571db8a
commit 6988dcd7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)