Hey there,

first of all: THANK YOU! for this module. It is really great and exactly what a lot of people wanted to have since the entityreference can not process multiple entity types in one field.

I tried to use your module and a found a major bug causing it to not work correctly if you are using for example taxonomy terms. Taxonomy terms are using the "name" property as "label" other than nodes which are using "title".

Because of that the ajax request for getting taxonomy term entities silently fails. I do not know why it "silently" fails, but that does not matter at the moment.

I created a patch to fix this behavior. It will be attached in the first comment.

Please review and merge it ASAP, because your module is not usable else.

Greetings
func0der

Comments

func0der’s picture

Status: Active » Needs review
StatusFileSize
new611 bytes

There you go.

func0der’s picture

Title: Ordering of entities does not work for entites without "title" property as "label". » [PATCH] Ordering of entities does not work for entites without "title" property as "label".

  • func0der authored 41c13ab on 7.x-2.x
    issue #2391735: [PATCH] Ordering of entities does not work for entites...
zestagio’s picture

Hi, Thanks for you patch. Patch was applied

zestagio’s picture

Status: Needs review » Closed (fixed)