diff --git a/README.md b/README.md index 17001cc3..061e4de7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/src/appserver/src/default_status.json b/src/appserver/src/default_status.json index 9db683fd..3bc84505 100644 --- a/src/appserver/src/default_status.json +++ b/src/appserver/src/default_status.json @@ -100,7 +100,7 @@ { "status": "false_positive_resolved", "status_description": "Resolved (False Positive)", - "internal_only": 1, + "internal_only": 0, "builtin": 1, "hidden": 1 }