- Issue created by @mayur-sose
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Definitely a bug! 👍 Thanks! 🙏
This is either a bug on the back-end or in the Redux-integrated field widgets. Can you please attach the request body that was sent to generate that form? 🙏
After drag and drop Two Column component :
{ "layout": [ { "nodeType": "region", "id": "content", "name": "Content", "components": [ { "slots": [ { "id": "15e7961c-568a-429e-8be1-5c9bc6cda0fd/column_one", "name": "column_one", "nodeType": "slot", "components": [] }, { "id": "15e7961c-568a-429e-8be1-5c9bc6cda0fd/column_two", "name": "column_two", "nodeType": "slot", "components": [] } ], "nodeType": "component", "type": "sdc.experience_builder.two_column", "uuid": "15e7961c-568a-429e-8be1-5c9bc6cda0fd" } ] } ], "model": { "15e7961c-568a-429e-8be1-5c9bc6cda0fd": { "name": "Two Column", "resolved": { "width": 25 }, "source": { "width": { "expression": "ℹ︎list_integer␟value", "sourceType": "static:field_item:list_integer", "value": { "value": 25 }, "sourceTypeSettings": { "storage": { "allowed_values": [ { "value": 25, "label": "25" }, { "value": 33, "label": "33" }, { "value": 50, "label": "50" }, { "value": 66, "label": "66" }, { "value": 75, "label": "75" } ] } } } } } }, "entity_form_fields": { "changed": "1745920485", "body[0][summary]": "", "body[0][value]": "", "body[0][format]": "basic_html", "created[0][value][date]": "2025-04-29", "created[0][value][time]": "14:49:51", "field_image[0][display]": "0", "field_image[0][description]": "", "field_image[0][upload]": "", "field_xbt_telephone[0][value]": "", "field_xbt_textarea[0][value]": "", "field_xbt_textarea[0][format]": "basic_html", "field_xbt_textarea_summary[0][summary]": "Wild card up my sleeve", "field_xbt_textarea_summary[0][value]": "<p>Melting in a pot of thieves</p>", "field_xbt_textarea_summary[0][format]": "basic_html", "field_xbt_textfield[0][value]": "", "field_xbt_unlimited_text[0][value]": "", "field_xbt_unlimited_text[0][_weight]": "0", "field_xbt_uri[0][value]": "http://drupal.org", "moderation_state[0][current]": "", "moderation_state[0][state]": "published", "path[0][alias]": "", "path[0][source]": "/node/19", "path[0][langcode]": "en", "promote[value]": "1", "title[0][value]": "Bug Check", "uid[0][target_id]": "admin (1)", "revision_log[0][value]": "" } }
After changing Column width value :
{ "componentInstanceUuid": "26d053dc-0286-4981-ac04-5639bb3b6ca1", "componentType": "sdc.experience_builder.two_column", "model": { "source": { "width": { "expression": "ℹ︎list_integer␟value", "sourceType": "static:field_item:list_integer", "value": 50, "sourceTypeSettings": { "storage": { "allowed_values": [ { "value": 25, "label": "25" }, { "value": 33, "label": "33" }, { "value": 50, "label": "50" }, { "value": 66, "label": "66" }, { "value": 75, "label": "75" } ] } } } }, "resolved": { "width": 50 } } }
- First commit to issue fork.
- 🇫🇮Finland lauriii Finland
I created another issue which is likely a duplicate of this.