I have Entity autocomplete element type disabled and when I try to make an export of the submissions, it fails.
There is an export field 'uid' which is an entity_reference and because of that, it tries to load the entity_autocomplete plugin during export. This plugin requires some form-options to be set and those are not present.
I have made a little fix in WebformEntityReferenceTrait that defaults to the default settings.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2912434-2.patch | 2.42 KB | spadxiii |
Comments
Comment #2
spadxiii commentedThe patch with the fix as described.
Marked as 'Needs review' to get some eyes on this.
Comment #3
jrockowitz commentedYour patch makes perfect sense to me. If all the tests pass, I will commit it.
Comment #5
jrockowitz commentedCommitted. @SpadXIII Thanks