Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
2.0.2
-
None
Description
Steps to reproduce
- Start dx-core webapp with `magnolia-ui-framework-javascript` module (version 2.0.2)
- Use ui-framework-javascript-examples as light modules, and add `console.log(event.data.state)` to any HTML file under form-fields-lm/websresources. For example:

- Open Pages app, create new page, choose `form-fields-lm` template, fill the dialog
- Open the newly created page
- Open Developer Tools, observe the Console
- Click on "Edit page properties"
- Check the console log, Observe the `formFields` value
Expected results
8. formFields will have values, eg:
{
changeHeight: "",
colorField: "",
conditionalField1: "",
conditionalField2: "",
emailField: "aa@aa.cz",
textField: "Egestas Nibh",
withParameters: ""
}
Actual results
8. formFields is empty:
[]
Note
Try again with `magnolia-ui-framework-javascript` module version 2.0.1
The `formFields` won't be empty
Checklists
Acceptance criteria