Skip to content

Fixes: #949 - Property Editor UI alias values get overwritten on import#950

Merged
KevinJump merged 1 commit intov17/mainfrom
v17/property-editor-ui-alias-fix
Apr 22, 2026
Merged

Fixes: #949 - Property Editor UI alias values get overwritten on import#950
KevinJump merged 1 commit intov17/mainfrom
v17/property-editor-ui-alias-fix

Conversation

@KevinJump
Copy link
Copy Markdown
Owner

Changes the behaviour updating the EditorUIAlias value.

only do the full update on blank EditorUIAlias values, lookup and check the serializer for all other ones (so the serializer has to be explicitly set on migrated ones).

…lookup and check the serializer for all other ones (so the serializer has to be explicity set on migrated ones).
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates how EditorUIAlias is derived during data type import so that existing (non-empty) values are preserved unless an explicit override is provided by a configuration serializer—addressing issue #949 where UI alias values could be unintentionally overwritten.

Changes:

  • Only auto-populate EditorUIAlias from the editor alias mapping when the imported EditorUIAlias is blank.
  • When EditorUIAlias is already set, consult configuration serializers for an explicit EditorUIAlias override (e.g., TinyMCE → TipTap migrations) and apply it if present.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@KevinJump KevinJump merged commit 1115c8c into v17/main Apr 22, 2026
8 checks passed
@KevinJump KevinJump deleted the v17/property-editor-ui-alias-fix branch April 22, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants