From 4cafcc232da598b0821da813dc3b00cb6d454913 Mon Sep 17 00:00:00 2001 From: Steffen Waterkamp Date: Thu, 20 Jun 2019 10:19:52 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf763066a6..3b952975e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add tooltips to deactivated text fields in AlertDialog [#1269](https://github.com/greenbone/gsa/pull/1269) ### Changed +- Always load notes and overrides when getting results [#1446](https://github.com/greenbone/gsa/pull/1446) - Disable some FileFields when RadioButton is not checked [#1430](https://github.com/greenbone/gsa/pull/1430) - Change checkboxes for solution types to radio buttons [#1398](https://github.com/greenbone/gsa/pull/1398) - Link to search in the manual for vulnerabilities [#1391](https://github.com/greenbone/gsa/pull/1391) @@ -52,6 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Cleanup get_report function in gsad [#1263](https://github.com/greenbone/gsa/pull/1263) ### Fixed +- Show notes and overrides for results and their icon indicator in results rows [#1446](https://github.com/greenbone/gsa/pull/1446) - Display text if gvm-libs is build without LDAP and/or Radius support [#1437](https://github.com/greenbone/gsa/pull/1437) - Fix sending related resources in permission.create() [#1432](https://github.com/greenbone/gsa/pull/1432) - Don't allow bulk tagging vulnerabilities [#1429](https://github.com/greenbone/gsa/pull/1429)