attached a patch to support entity titles for ECK entities

CommentFileSizeAuthor
eck-entities.patch1.32 KBAnonymous (not verified)

Comments

swentel’s picture

Status: Needs review » Fixed

Pushed to 7.x-2.x and 8.x-1.x branch, thanks!

Status: Fixed » Closed (fixed)

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

jnettik’s picture

Status: Closed (fixed) » Needs work

Not sure if the status change is premature but I'm not able to get this to work. Issue to me seems to be in ds_render_field() where $title_field gets set. Part of the logic is $field['entity_type'] == 'node' which doesn't seem like it will ever be the case with ECK. Is there something I'm missing in order to get this to work?

swentel’s picture

Status: Needs work » Closed (fixed)

Yeah, that one is a nasty stupid bug, has been fixed by http://drupalcode.org/project/ds.git/commitdiff/140129bdcd4ac51835e060c7... - also affects taxonomy term titles, see [#1924102[

This is in the dev version - which will probably get into a new release soon, because we're hitting this too much at work as well :)