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 dispatcher when no plugins are given #332

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 19, 2023

  1. Fix dispatcher when no plugins are given

    When any plugin is using the dispatcher for nested actions it should
    pass all plugins again to avoid that any plugin as subtask would be
    handled.
    Currently this means a lot of plugins are broken because they don't pass
    plugins to the dispatcher.
    
    To fix this, take all Plugin subclasses when no plugin is given (we
    should at least have the default plugins).
    Wanimatrix committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    8bd46a6 View commit details
    Browse the repository at this point in the history
  2. Add plugin dispatch test

    Add test to verify that a plugin can run dispatch to handle subtasks of
    external plugins.
    Wanimatrix committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e2c4552 View commit details
    Browse the repository at this point in the history