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

Translate user picker property editor value to V14 compatible format (and back again) #16151

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

kjac
Copy link
Contributor

@kjac kjac commented Apr 25, 2024

Prerequisites

  • I have added steps to test this contribution in the description below

Description

This is the user equivalent of #16149

The user picker property editor stores the integer ID of the picked user. However, the V14 client needs the user key to resolve the user data in the editor UI, so we need to translate the value back and forth.

Note that we still need to retain the integer ID when storing data. Eventually we should migrate this, but a content migration is not desirable for V14.

Testing this PR

The user picker property editor UI should work and should be able to store and retrieve a picked user.

@kjac kjac changed the title Translate user picker property editor value to V14 compatible format … Translate user picker property editor value to V14 compatible format (and back again) Apr 25, 2024
Copy link
Contributor

@Migaroez Migaroez left a comment

Choose a reason for hiding this comment

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

Works as described

@Migaroez Migaroez merged commit f824280 into v14/dev Apr 25, 2024
17 checks passed
@Migaroez Migaroez deleted the v14/fix/user-picker-property-editor-value branch April 25, 2024 11:20
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.

3 participants