It looks like this module only supports the autocomplete widget. It'd be great if you could add support for select lists, checkboxes, and radio buttons.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 2909617-5.patch | 656 bytes | yura.z |
It looks like this module only supports the autocomplete widget. It'd be great if you could add support for select lists, checkboxes, and radio buttons.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 2909617-5.patch | 656 bytes | yura.z |
Comments
Comment #2
yura.z commentedI created a patch, which adds Options Select widget for EntityReferenceUUID fields.
Please, review.
Comment #3
yura.z commentedPatch was fixed in accordance with coding standards.
Comment #4
yura.z commentedComment #5
yura.z commentedAnother way, I used hook_field_widget_info_alter() for adding 'options_select' to 'entity_reference_uuid' fields.
Patch added, please, review.
Comment #6
alphawebgroupok, thank you for the patch
but it looks like it covers "options_select" widget? right?
what about checkboxes and radios?
Comment #7
yura.z commentedThis patch adding both widgets: "Select list" and "Check boxes/radio buttons" for 'entity_reference_uuid' fields.
Please, review.
Comment #8
alphawebgroupComment #9
alphawebgrouplooks good for me
RTBC
Comment #11
alphawebgroup