Closed (fixed)
Project:
EVA: Entity Views Attachment
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2012 at 23:55 UTC
Updated:
6 Jul 2012 at 05:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
infines commentedOr at least the machine name of each view display
Comment #2
joachim commented> Or at least the machine name of each view display
Or one better: provide a setting for an admin label, the same as Block displays do.
Comment #3
bforchhammer commentedYeah, +1 for this idea.
Each views display already has an admin label I think, so why not just display that one?
[View Name] : [Display Name]Comment #4
bforchhammer commentedAttached patch makes attached views show up as
[View Name] > [Display Name](human names, not machine names).Comment #5
infines commentedComment #6
klonos#4 works fine for me too. If no human name is set for either the view or the display, than it falls back to machine names. Perfect! Thanx Benedikt ;)
Comment #7
klonos...it would be great to also expose the display's human name as the label of this "virtual attached field". People could set it to if they don't want to display it ;)
Comment #8
simon georges commentedCross-referencing #1470974: Use informative EVA pseudofield name as it contains a similar feature request.
Comment #9
garphyWorks great here too. Patch from #1470974 does the same thing (and works) but the patch is much bigger.
@klonos (#7) : I did not find any information to add the label display configuration in hook_field_extra_fields. Not sure if its feasible at all...
IMHO, this is a candidate for commit.
Comment #10
geek-merlini'm the author of the alternative patch and secont committing #4.
ad #7: this patch uses the human name.
i'm also daring to mark this as a bug, as the current implementation makes it nearly impossible to manage different displays.
Comment #11
mkadin commentedCommitted to the dev branch. Thanks folks. New release coming soon.
Comment #12
bforchhammer commentedHurray, thanks! :)