-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(edit-content) fix multiselect saved format (#31039)
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.
- Loading branch information
Showing
3 changed files
with
79 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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