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

feat(edit-content) fix multiselect saved format #31039

Merged
merged 3 commits into from
Jan 2, 2025

Conversation

oidacra
Copy link
Member

@oidacra oidacra commented Jan 2, 2025

This pull request includes a change to the DotEditContentFormComponent in the core-web/libs/edit-content/src/lib/components/dot-edit-content-form/dot-edit-content-form.component.ts file. The change involves transforming form values before firing a workflow action.

Key change:

  • Added a new variable transformedFormValues to store the transformed form values from the $store.formValues() method and used it in place of this.form.value when firing a workflow action.

This PR fixes: #31038

@oidacra oidacra enabled auto-merge January 2, 2025 20:57
@oidacra oidacra added this pull request to the merge queue Jan 2, 2025
Merged via the queue into main with commit 5fd88d8 Jan 2, 2025
22 checks passed
@oidacra oidacra deleted the 31038-fix-multiselect-selection branch January 2, 2025 22:54
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.

Fix MultiSelect Field Display Issue for Selected Values
3 participants