Skip to content

Commit

Permalink
Merge branch 'gvmd-9.0' of github.com:greenbone/gvmd into nvti-tags-f…
Browse files Browse the repository at this point in the history
…ix-9.0
  • Loading branch information
timopollmeier committed Dec 20, 2019
2 parents 8db6525 + 5c10972 commit 66162c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add explicit columns for the NVT tags "summary", "insight", "detection", "impact" and "affected" [#719](https://github.com/greenbone/gvmd/pull/719) [#746](https://github.com/greenbone/gvmd/pull/746)
- Add lean option to GET_REPORTS [#745](https://github.com/greenbone/gvmd/pull/745)
- Add scanner relays and OSP sensor scanner type [#756](https://github.com/greenbone/gvmd/pull/756) [#759](https://github.com/greenbone/gvmd/pull/759)
- Add setting "BPM Data" [#914](https://github.com/greenbone/gvmd/pull/914)

### Changed
- Always convert iCalendar strings to use UTC. [#777](https://github.com/greenbone/gvmd/pull/777)
Expand Down
6 changes: 6 additions & 0 deletions src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -59854,6 +59854,12 @@ modify_setting (const gchar *uuid, const gchar *name,
/* Tickets */
else if (strcmp (uuid, "70b0626f-a835-478e-8194-e09f97887a15") == 0)
setting_name = g_strdup ("Tickets Top Dashboard Configuration");

/*
* Client data for business process maps
*/
else if (strcmp (uuid, "3ce2d136-bb52-448a-93f0-20069566f877") == 0)
setting_name = g_strdup ("BPM Data");
}

if (setting_name)
Expand Down

0 comments on commit 66162c4

Please sign in to comment.