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

V14: hotfix, Validation Context polish #2314

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

nielslyngsoe
Copy link
Member

@nielslyngsoe nielslyngsoe commented Sep 19, 2024

Removes the need to call .provide() on UmbValidationContext.
But the change is not breaking as the .provide method still exists and can be called (just without any effect).
To prevent inconsistent implementation for Validation Context, compared to other Contexts.

This PR corrects the implementation, so implementing a UmbValidationContext is done in the same maner as other Contexts.

This splits UmbValidationContext into a slightly simpler implementation called UmbValidationController, this can be used in the special case where the Validation Context should be provided at a different host than the Controller Host.

@nielslyngsoe nielslyngsoe merged commit 0880e25 into release/14.3 Sep 19, 2024
9 checks passed
@nielslyngsoe nielslyngsoe deleted the v14/hotfix/validation-dx-take2 branch September 19, 2024 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants