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

Closed
wants to merge 1 commit into from

Commits on Nov 14, 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 Nov 14, 2024
    Configuration menu
    Copy the full SHA
    05278ef View commit details
    Browse the repository at this point in the history