Feature: validation variant filtering + up-front validation path translation#18561
Merged
nielslyngsoe merged 58 commits intov15/devfrom Mar 21, 2025
Merged
Feature: validation variant filtering + up-front validation path translation#18561nielslyngsoe merged 58 commits intov15/devfrom
nielslyngsoe merged 58 commits intov15/devfrom
Conversation
… v15/feature/validation-variant-filtering # Conflicts: # src/Umbraco.Web.UI.Client/src/packages/core/validation/context/validation-messages.manager.ts
…iltering # Conflicts: # src/Umbraco.Web.UI.Client/src/packages/core/validation/context/validation-messages.manager.ts # src/Umbraco.Web.UI.Client/src/packages/core/validation/controllers/validation.controller.ts # src/Umbraco.Web.UI.Client/src/packages/core/workspace/submittable/submittable-workspace-context-base.ts
# Conflicts: # src/Umbraco.Web.UI.Client/package-lock.json # src/Umbraco.Web.UI.Client/package.json # src/Umbraco.Web.UI.Client/src/packages/property-editors/multiple-text-string/property-editor-ui-multiple-text-string.element.ts # src/Umbraco.Web.UI.Client/src/packages/rte/components/rte-base.element.ts # version.json
# Conflicts: # src/Umbraco.Web.UI.Client/src/packages/core/validation/context/validation-messages.manager.ts # src/Umbraco.Web.UI.Client/src/packages/core/validation/controllers/validation.controller.ts # src/Umbraco.Web.UI.Client/src/packages/core/workspace/submittable/submittable-workspace-context-base.ts # src/Umbraco.Web.UI.Client/src/packages/property-editors/multiple-text-string/property-editor-ui-multiple-text-string.element.ts
madsrasmussen
approved these changes
Mar 21, 2025
This was referenced Sep 28, 2025
This was referenced Oct 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Validation Path Translation system that for the Property Editors part of it is extension based and can finish the translation up-front, not on the fly as the current system. This is because we now have this
editorAliasproperty that we can use to lookup what data-type the property value is of.