You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: