You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keep version
Version: latest | Build: f76417 Describe the bug
I found that the correlation engine UI had an abnormal display problem. The results displayed on the front end were inconsistent with the data returned by the back end.
The discrepancy between the UI display and the back-end data in the Keep platform might be due to the UI incorrectly using a success notification regardless of the actual merge result from the backend. The backend may skip incidents during the merge process and return a status message indicating this, but the UI doesn't properly handle these non-success cases. To address this, the UI should replace the success notification with an informational notification that displays the actual result message from the backend response [1].
Additionally, ensure that the UI is correctly synchronizing with the back-end data. The Keep platform uses form handling, API requests, and state management to synchronize data. When a user submits the correlation form, the data is sent to the back-end, and the UI is updated based on the response [2][3]. If there are validation errors, such as incorrect use of HTML elements, these should be addressed to ensure proper form functionality and accessibility [4].
keep version
Version: latest | Build: f76417
Describe the bug
I found that the correlation engine UI had an abnormal display problem. The results displayed on the front end were inconsistent with the data returned by the back end.
To Reproduce
Steps to reproduce the behavior:
Screenshots



Api response
The text was updated successfully, but these errors were encountered: