Postponed (maintainer needs more info)
Project:
EVA: Entity Views Attachment
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2014 at 09:43 UTC
Updated:
16 May 2017 at 00:08 UTC
Jump to comment: Most recent
Comments
Comment #1
zombirus commentedComment #2
zombirus commentedComment #3
redndahead commentedAfter reading the request I think I have fixed the title to what you are actually looking for. Funny how Does not and Do not are two completely opposite things.
Comment #4
scotwith1tOh geez, this module is so awesome yet so sadly under-maintained... :(
So this affects a couple things based on what I'm experiencing at the moment. If you select to show the title, it shows no matter whether results are found or not. In particular, my view is a list of related records' using a contextual filter (not sure if that's relevant).
I tried getting around this by using the header instead and not showing unless there is a result, but alas the header markup is added regardless as well...bummer. Guess I'm stuck with a block display and views_embed_view in my template?
Comment #5
geek-merlinYes this suggestion totally makes sense.
Comment #6
swhitters commentedI'm running into this issue as well. The EVA view is the only thing in the sidebar region, so it's populating the entire empty sidebar even when empty... which I'd like to avoid.
Comment #7
geek-merlin"needs work" means ther is already a patch.
assigning yourself means you are actively working on it and provide a patch in some hours or days.
Comment #8
geek-merlin@scotself #4:
> Oh geez, this module is so awesome yet so sadly under-maintained... :(
Maintaining means moderating, picking up, and committing contributions.
It may or may not include solving everybody's problems.
Feel free to code a patch or pay someone to do it for you.
Comment #9
scotwith1tTo be fair, at the time of my comment, it had been more than a year since any commits and more than a year since this issue was raised without any maintainer input/feedback. I'm sure things are much better now that you've jumped in :)
Comment #10
swhitters commentedIf it helps anyone, I am using the View in a View Reference field on my content type and checking off "Do not output view if no rows are detected" (in field settings) solved my problem and prevented the view from making a block on the pages with empty views.
Comment #11
scotwith1thttps://www.drupal.org/project/viewreference sounds like a good potential alternative then. Thanks, I'll take a look at that.
Comment #12
geek-merlinI also had that problem in D7 and it's really an annoyance.
Thought a bit abolut this. This issue needs a lot more information:
* What does empty *mean*? What render array is returned by Views / EVA and how does it render? Dependent on this we can decide which of the involved subsystems (at least EVA, VIews, Fieldgroup) should do what.
Comment #13
scotwith1tIMHO, empty = no rows returned by the query.