Closed (fixed)
Project:
EVA: Entity Views Attachment
Version:
3.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Apr 2022 at 07:04 UTC
Updated:
14 Feb 2026 at 09:49 UTC
Jump to comment: Most recent

Comments
Comment #3
ahebrank commentedI think $bundle_names probably still needs to get something for each bundle. Maybe like this?
I'm a little worried that this is a bigger issue and we should be getting bundle info a different way if 'label' in this array is undefined. Can you post the contents of $bundle_info[$bundle] for your site?
Comment #4
ahebrank commentedComment #6
vitaliyb98 commentedComment #8
vitaliyb98 commentedAdded new branch '3276152-missing-bundle' for 3.1.x
Comment #9
vitaliyb98 commentedIn branch
3276152-missing-bundle, added the solution suggested by @ahebrank and covered it with a test.Will be good if someone could review my changes.
Comment #10
terry_kolodiy commentedHi. I've tested this solution with no-bundle entities: it works fine and applies 'Unknown bundle'.
So, I think the fix can be merged
Thanks for your fix
Comment #12
vitaliyb98 commentedMerged into 3.1.x, thanks for the review.