-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
PluginCapability #381
Comments
Currently capabilities are generally registered in the load method and then used from within all plugins loaded. How do you see this flow working? Will plugins register capabilities in all plugins loaded and then listen to the event? |
let's say there are 3 plugins api of
I think the problem is solved simply if the plugin simply subscribed in |
We had a slight issue when we implemented an event firing / listening flow for Retakes. For us it was solved by ensuring the dependencies were loaded in the correct order (alphabetically) which required slight file name changes. I suspect the way we're firing / listening to events in our plugin could be slightly modified to fit your use case. |
Could you please add an event to PluginCapability that triggers when a Capability is registered, and also ensure that it is triggered immediately if it's already registered? It's very difficult to deal with when you have a chain of dependencies.
The text was updated successfully, but these errors were encountered: