Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use loaded filter from state in EntitiesContainer #1359

Merged
merged 2 commits into from
May 3, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add changelog entry for loaded filter
  • Loading branch information
bjoernricks committed May 3, 2019
commit 355f7af4edac770e86fd56cf633fc6ac3b3f9a9c
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -38,6 +38,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
- Use correct loaded filter in entities container [#1359](https://github.com/greenbone/gsa/pull/1359)
- Fix parsing a filter id of '0' [#1358](https://github.com/greenbone/gsa/pull/1358)
- Parse report timestamp as date object [#1357](https://github.com/greenbone/gsa/pull/1357)
- Don't crash topology chart if host has no severity [#1356](https://github.com/greenbone/gsa/pull/1356)