FOUR-29144: Fix 404 on Process Information chart when no saved search is configured #8719
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.





Issue & Reproduction Steps
When opening Process Information for a process without a saved search chart configured, the UI attempts to call
saved-searches/charts/undefined, which returns a 404.saved-searches/charts/undefined.Solution
package-collectionsis installed and a validchartIdexists.chartIdto0when launchpad properties do not includesaved_chart_id.How to Test
saved-searches/charts/undefinedand no 404 appears.saved-searches/charts/{id}.ci:deploy