Closed (fixed)
Project:
Display Suite
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Anonymous (not verified)
Created:
10 Oct 2012 at 13:06 UTC
Updated:
25 Dec 2018 at 09:55 UTC
attached a patch to support entity titles for ECK entities
| Comment | File | Size | Author |
|---|---|---|---|
| eck-entities.patch | 1.32 KB | Anonymous (not verified) |
Comments
Comment #1
swentel commentedPushed to 7.x-2.x and 8.x-1.x branch, thanks!
Comment #3
jnettikNot 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?
Comment #4
swentel commentedYeah, 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 :)