Skip to content

Commit

Permalink
Fix: Get/save TippingPoint TLS workaround correctly
Browse files Browse the repository at this point in the history
The alert dialog now uses the correct field for TLS workaround option
of the TippingPoint SMS method.

Previously the wrong field was used, so the dialog did not work
correctly.
  • Loading branch information
timopollmeier committed May 9, 2023
1 parent 22a3077 commit a840ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/pages/alerts/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ class AlertComponent extends React.Component {
'',
),
method_data_tp_sms_tls_workaround: parseYesNo(
getValue(method.data.tp_sms_hostname, NO_VALUE),
getValue(method.data.tp_sms_tls_workaround, NO_VALUE),
),

method_data_verinice_server_report_format:
Expand Down

0 comments on commit a840ed8

Please sign in to comment.