Skip to content

Commit

Permalink
Merge pull request #2933 from greenbone/mergify/bp/gsa-21.04/pr-2931
Browse files Browse the repository at this point in the history
Fix setting whether to include related resources in new permissions (backport #2931)
  • Loading branch information
swaterkamp committed May 25, 2021
2 parents caa22de + 925c884 commit a4d2e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed
- Fix loading NVT information in result details [#2934](https://github.com/greenbone/gsa/pull/2934)
- Fixed setting whether to include related resources for new permissions [#2931](https://github.com/greenbone/gsa/pull/2931)
- Fixed number-only names within schedules/dialog [#2914](https://github.com/greenbone/gsa/pull/2914)
- Fixed changing Trend and Select for NVT-families and whole selection only [#2905](https://github.com/greenbone/gsa/pull/2905)
- Fixed missing name for CVE results on result detailspage [#2892](https://github.com/greenbone/gsa/pull/2892)
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/web/pages/permissions/multipledialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const MultiplePermissionDialog = withCapabilities(
name="includeRelated"
value={state.includeRelated}
items={includeRelatedItems}
onChange={onValueChange}
onChange={onChange}
/>
</Divider>
{hasRelated && (
Expand Down

0 comments on commit a4d2e9d

Please sign in to comment.