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 bug where filtering of old angular plugins occurred in wrong section #107

Merged

Conversation

1000TurquoisePogs
Copy link
Member

plugin-manager had code to filter plugins that wont work on the v3 desktop so that they dont show up as a choice in the v3 desktop.
unfortunately, that filter code was in the wrong place.
some code upstream in zlux-app-manager directly uses "pluginManager.pluginsById" and the filtering in loadPlugins() did not cover that.
Instead, the filtering should occur within parsePluginDefinitions() as it is used by both that function and directly sets "pluginManager.pluginsById".

In the filter now, angular plugins that are not clearly marked as v3 compatible will be excluded from "pluginManager.pluginsById", and then will not show up in the desktop as a result, as intended.

@DivergentEuropeans DivergentEuropeans merged commit 440c7bf into v3.x/staging Sep 2, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants