Originally posted by @skh in #90887 (comment)
When I install an integration from the Settings view with "Install ... assets", and then refresh the page, the 'Policies' tab correctly appears. Same if I navigate away to "Browse all integrations" and then view the integration page again. I wonder if the 'Policies' tab should appear immediately after the integration has been installed. Same when uninstalling the integration from that page, the 'Policies' tab stays until a refresh, but it should disappear.
NOTE: this has probably been the case for a while, and is not an issue introduced with this change, so feel free to ignore for now.
Potential solution: expose an observable in sections/epm/hooks/use_package_install.tsx and listen for it on the package details component?
Originally posted by @skh in #90887 (comment)
When I install an integration from the Settings view with "Install ... assets", and then refresh the page, the 'Policies' tab correctly appears. Same if I navigate away to "Browse all integrations" and then view the integration page again. I wonder if the 'Policies' tab should appear immediately after the integration has been installed. Same when uninstalling the integration from that page, the 'Policies' tab stays until a refresh, but it should disappear.
NOTE: this has probably been the case for a while, and is not an issue introduced with this change, so feel free to ignore for now.
Potential solution: expose an observable in
sections/epm/hooks/use_package_install.tsxand listen for it on the package details component?