[EPM] old package versions not showing up if installed in installed tab #61679
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:EPM
Fleet team's Elastic Package Manager (aka Integrations) project
Ingest Management:alpha1
Group issues for ingest management alpha1
Team:Fleet
Team label for Observability Data Collection Fleet team
If the user has a package installed that is not the latest version and navigates to the "Installed Packages" tab, it will not show up in the list because we save installed packages by version and when we retrieve the list of available packages via http://localhost:5601/ssg/api/ingest_manager/epm/packages endpoint it returns only the most recent package version which we use to compare against the installed (saved objects) version. Since there is no match, it will not show as installed.
I think this can be fixed by comparing against the package name (nginx) and not the package id (nginx-1.1.0)
The text was updated successfully, but these errors were encountered: