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] CoreViewPlugin: Remove access to dispatch #5070

Open
wants to merge 1 commit into
base: 17.0
Choose a base branch
from

Commits on Oct 9, 2024

  1. [FIX] CoreViewPlugin: Remove access to dispatch

    The CoreView plugins have a local state that is directly derived from
    the core data. As such, they should not have any impact on plugins other
    than themselves, especially not on core plugins.
    
    This revision removes the dispatch fro the core view plugins altogether
    as they don't and should not dispatch anything.
    
    Task: 4241403
    rrahir committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fd3f63e View commit details
    Browse the repository at this point in the history