Closed (fixed)
Project:
Masonry Fields
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2013 at 17:34 UTC
Updated:
1 Feb 2016 at 08:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
swentel commentedThose errors are coming from a different module.
Comment #2
Anonymous (not verified) commentedComment #3
jawi commentedsame issue here
Comment #4
henkit commentedSame one here
Comment #5
jens_as commentedHave anyone found out how to solve this one...?
Comment #6
b-ry commentedI've been having the same issue. I turned off Masonry Field Formatter portion of the module and it seemed to do the trick.
Comment #7
13rac1 commentedUpdating project module
Comment #8
13rac1 commentedSet #2054965: Undefinied Index Errors as a duplicate of this.
Comment #9
fantom84 commentedmy tempory solution - add to the masonry_fields.module in function masonry_fields_formatter_supported this lines:
This is check $context['instance']['entity_type'] exists or not
Comment #10
eturbin commentedI created a patch based on fantom84's code in comment #9.
Comment #11
eturbin commentedI updated the patch and combined the two if statements.
Comment #12
dom. commentedI could not reproduce this at all with display suite (7.x-2-12). However the fix seems reasonnable so I'm still commiting it in 7.x-3.x branch. Hopefully it's no mistake to trust you guys for review ^^ :p
Thanks all !