Skip to content

Improve container module handling of default routing providers #64

Description

@ndoschek

Currently, all default routing providers (e.g. for validation, model patching, undo/redo) are bound in one container module.
Some of those providers stop the chain and to not forward to the next upstream, e.g. the validation route provider directly delegates to the validation manager. If one would like to override one explicit route provider, it is only possible by unloading the whole module and rebind without that explicit route provider, which is not very convenient.

We should implement of a more flexible way to unbind/rebind individual route providers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions