Skip to content

Multiple mediator initialize order #1

@prankard

Description

@prankard

At the moment, when having a view with multiple mediators, the 'PreInitialize', 'Initialize' and 'PostInitialize' functions are called in the following order:

Mediator A - PreInitialize
Mediator A - Initialize
Mediator A - PostInitialize
Mediator B - PreInitialize
Mediator B - Initialize
Mediator B - PostInitialize

But expected now to be the following:

Mediator A - PreInitialize
Mediator B - PreInitialize
Mediator A - Initialize
Mediator B - Initialize
Mediator A - PostInitialize
Mediator B - PostInitialize

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions