-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught (in promise) TypeError in Integrity monitoring inventory #5210
Comments
Reproducible in 4.3.10 |
Current issueThe TypeError occurs because the ResearchThe scope variable doesn't have defined the updateQueryAndFetch method in any code file. This can be possible because the scope variable is passed from the indexer. But research in the indexer code does not exist any updateQueryAndFetch reference. Expected behaviorWhen we click on the Kazam_screencast_00013.mp4ConclusionThe |
Steps to add error management solution
Instead, if the error is an HTTP error, the error details will be shown in a UI toast. |
Description
When we access
Recent events
from an Integrity monitoring inventory file, we get:Preconditions
Steps to reproduce
Integrity monitoring>Inventory
Recent events
Expected Result
Actual Result
Uncaught (in promise) TypeError: scope.updateQueryAndFetch is not a function
Screenshots
2023-02-14.12-44-22.mp4
The text was updated successfully, but these errors were encountered: