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

Fix delta report #1871

Merged
merged 3 commits into from
Dec 18, 2019
Merged

Fix delta report #1871

merged 3 commits into from
Dec 18, 2019

Commits on Dec 18, 2019

  1. Fix validation of delta_report_id

    The report_id got changed to be an alias of id and moved below the
    definition of the delta_report_id parameter. Therefore delta_report_id
    valiator couldn't reference the report_id alias and actually always
    failed the validation of the paramter. As a result delta reports
    couldn't be requested and loaded from gvmd.
    bjoernricks committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    43c2238 View commit details
    Browse the repository at this point in the history
  2. Avoid proptype warnings about reportId props

    Pass the reportId to the Summary and the ToolBarIcons components.
    bjoernricks committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    10ac82d View commit details
    Browse the repository at this point in the history
  3. Update changelog

    bjoernricks committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    c2abe3a View commit details
    Browse the repository at this point in the history