In atom_reference_field_info() the atom_reference field has the default_widget set to textfield, whereas in atom_reference_field_widget_info there is only one widget type defined, which is atom_reference_textfield.
As such, any module looking to load the default widget from the field definition will be unable to do so.
Simple issue, simple fix. Patch incoming.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | default_widget-2515448-1.patch | 592 bytes | deciphered |
Comments
Comment #1
decipheredComment #3
nagy.balint commentedThanks, committed.