Skip to content

Commit

Permalink
Fixed a bug where the false_positive_resolved status is marked as int…
Browse files Browse the repository at this point in the history
…ernal_only (Solves #265)
  • Loading branch information
my2ndhead committed Aug 13, 2020
1 parent 3ab287f commit 0d72758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ If you'd like to support further development of the Alert Manager, please use th
- **v3.0.4**/ 2020-08-13
- Allow the integration of custom reports
- Added direct link (alert_manager_link) to email templates
- Fixed a bug where the false_positive_resolved status is marked as internal_only

- **v3.0.3**/ 2020-07-09
- Fixed an issue, when overwriting a user
Expand Down Expand Up @@ -147,6 +148,7 @@ If you'd like to support further development of the Alert Manager, please use th
- **2020-08-13** my2ndhead
- Allow the integration of custom reports
- Added direct link (alert_manager_link) to email templates
- Fixed a bug where the false_positive_resolved status is marked as internal_only
- **2020-07-09** my2ndhead
- Fixed an issue with slow custom commands on windows (loadincidentresults and loaddrilldowns upgraded to v2 custom seach commands)
- **2020-07-08** my2ndhead
Expand Down
2 changes: 1 addition & 1 deletion src/appserver/src/default_status.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
{
"status": "false_positive_resolved",
"status_description": "Resolved (False Positive)",
"internal_only": 1,
"internal_only": 0,
"builtin": 1,
"hidden": 1
}
Expand Down

0 comments on commit 0d72758

Please sign in to comment.