Problem/Motivation
When trying to add a second value to a Linked Entity Reference field that can hold multiple values the error "There are no content items matching " is displayed on the link part. See screenshot.

Steps to reproduce
- Create a filed of type linked_entity_reference with unlimited number of values on a content type
- Create a new node of that content type and tryo add a second value on that field
Proposed resolution
TBD
Remaining tasks
Fix the bug.
User interface changes
TBD
API changes
TBD
Data model changes
TBD
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot_20231228_153522.png | 53.31 KB | tunic |
Comments
Comment #2
tunicI think this happens since alpha2 at least.
Comment #3
tunicWell, it as much simpler. The fields are in different order when loaded from AJAX.
So only thing needed is to add a #weight to have always the same order and avoid confusing the user, like my case.
Comment #5
tunic