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

  1. Create a filed of type linked_entity_reference with unlimited number of values on a content type
  2. 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

CommentFileSizeAuthor
Screenshot_20231228_153522.png53.31 KBtunic

Comments

tunic created an issue. See original summary.

tunic’s picture

I think this happens since alpha2 at least.

tunic’s picture

Well, 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.

  • tunic committed 487ab99a on 1.0.x
    Issue #3411215: "There are no content items matching" when trying to add...
tunic’s picture

Priority: Major » Normal
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.