- 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"