Skip to content
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

Fix issue updating installed extension list #23556

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Conversation

kburtram
Copy link
Member

Fixes #23552, where installing initial extensions don't refresh the Extension Manager install view without a manual refresh or ADS restart. The page model is updating from a different path than the initial code that populates the query model, so we can use the list model directly to get the correct Pager object. I left the fallback to query model "just in case" but it shouldn't be needed as the code that updates query model also updates the list model.

@kburtram kburtram merged commit 1bbe79e into main Jun 29, 2023
8 checks passed
@kburtram kburtram deleted the feat/refreshInstalled branch June 29, 2023 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extension Manager "Installed" list doesn't auto-refresh when install first extension
2 participants