- Issue created by @r_cheh
I can't reproduce this. Can you determine the steps to reproduce so we can build a site that shows the bug?
- 🇺🇦Ukraine r_cheh
Steps:
- Enable Webform UI module
- Go to webforms
- Go to webform "Contact" -
/admin/structure/webform/manage/contact
- Click "Add element"
- Chose "Entity select"
- Try to change the value of the field "Type of item to reference" or "Reference method"
I could not reproduce the bug. I did the following:
- Built a site with Webform 6.3.x on https://simplytest.me.
- Followed the steps in comment #3.
Have you been able to reproduce the bug on a newly-installed site?
Because you have a site that exhibits this bug, we need additional information from you about how to go about reproducing it.
- 🇺🇦Ukraine r_cheh
Hm, sorry guys, it is my bad, on clear installation all work fine, so it isn't related to your module. I will close the ticket. Thanks for your answers and your time!
It could be related to this module. But we need more information to know.
- 🇺🇦Ukraine r_cheh
I found a reason of this bug on y instance, but I think it will also be useful for Webform maintainers - the core class
DefaultSelection.php
provides some states for sort and direction fields, but it uses next names -:input[name^="settings[handler_settings][...]
, but in WebformEntityReferenceTrait.php we have:input[name^="properties[selection_settings]
so this states aren't work, and it should be override. - 🇺🇦Ukraine r_cheh
Steps:
- Install profile - "Social" →
- Install and enable Webform UI module
- Go to webforms
- Go to webform "Contact" - /admin/structure/webform/manage/contact
- Click "Add element"
- Chose "Entity select"
- Try to change the value of the field "Type of item to reference" or "Reference method"
- Status changed to Needs work
3 days ago 11:08am 10 June 2025 - 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
Please put the patch into an issue fork and merge request.
- First commit to issue fork.