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 member group picker property editor value to V14 compatible format (and back again) #16150

Merged
merged 1 commit into from
Apr 26, 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 member groups equivalent of #16149

The member group picker property editor stores a CSV of the picked member group integer IDs. However, the V14 client needs the member group keys to resolve the member group data in the editor UI, so we need to translate the value back and forth.

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

Testing this PR

The member group picker property editor UI should work and should be able to store and retrieve one or more picked member groups.

@Zeegaan
Copy link
Member

Zeegaan commented Apr 26, 2024

Looks good, tests good 🚀

@Zeegaan Zeegaan merged commit 16a1f42 into v14/dev Apr 26, 2024
16 of 17 checks passed
@Zeegaan Zeegaan deleted the v14/fix/member-group-picker-propertye-editor-value branch April 26, 2024 08:43
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