Skip to content

Commit

Permalink
Merge pull request #1614 from sarahd93/compliance_tests_master
Browse files Browse the repository at this point in the history
Add tests for tables and listpages for policies and audits
  • Loading branch information
sarahd93 authored Sep 9, 2019
2 parents 6c15c1c + 3672f58 commit cf79a4a
Show file tree
Hide file tree
Showing 14 changed files with 5,777 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]

### Added
- Added missing withRouter to withEntitiesContainer [#1614](https://github.com/greenbone/gsa/pull/1614)
- Added parseTrend() function to ScanConfig model [#1583](https://github.com/greenbone/gsa/pull/1583)
- Added DetailsPage and more functionalities to TLS Certificate assets [#1578](https://github.com/greenbone/gsa/pull/1578)
- Added Explicit Compliance [#1495](https://github.com/greenbone/gsa/pull/1495)
Expand Down
3 changes: 3 additions & 0 deletions gsa/src/web/entities/withEntitiesContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
*/
import React from 'react';

import {withRouter} from 'react-router-dom';

import {connect} from 'react-redux';

import {isDefined} from 'gmp/utils/identity';
Expand Down Expand Up @@ -83,6 +85,7 @@ const withEntitiesContainer = (
withDialogNotification,
withDownload,
withGmp,
withRouter,
connect(
mapStateToProps,
mapDispatchToProps,
Expand Down
Loading

0 comments on commit cf79a4a

Please sign in to comment.