-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:Query BarQuerying and query bar featuresQuerying and query bar featuresFeature:Unified searchUnified search related tasksUnified search related tasksTeam:DataDiscoveryDiscover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Discover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.
Description
Kibana version: 9.0.0
Browser version: Chrome
Original install method (e.g. download page, yum, from source, etc.): Cloud (staging)
Describe the bug:
When attempting to delete a saved query after updating it, an error is thrown.
Steps to reproduce:
- Create a saved query (or load an existing one)
- Update the saved query
- Attempt to delete the saved query
The following error is shown, and the query is not deleted:
Error: Cannot read properties of undefined (reading 'length')
Expected behavior:
The query is deleted with no errors.
Screenshots (if relevant):
Screen.Recording.2025-02-26.at.10.54.54.AM.mov
Any additional context:
I believe this error stems from the namespaces.length check, so this may have to do with spaces. In my setup, I have multiple spaces, and the user I'm logged in as has only discover - all privileges in all spaces.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature:Query BarQuerying and query bar featuresQuerying and query bar featuresFeature:Unified searchUnified search related tasksUnified search related tasksTeam:DataDiscoveryDiscover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Discover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.