The matrix table isn't displaying for node displays. The problem lies in the matrix_format_prepare() function when it begins to prepare the data (which lives in either $field_info['data'] or $item), it destroys the $field_info['data'] even if $item is empty.
Attached a simple patch that fixes this issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | matrix.530252.2.patch | 942 bytes | duellj |
| matrix.display_fix.patch | 909 bytes | duellj |
Comments
Comment #1
aaron1234nz commentedThanks for that.
Comment #2
duellj commentedWhoops, looks like this patch reintroduced the warnings that this issue was trying to fix: #498802: Foreach warnings
Sorry about that, here's the correct patch :).
Comment #3
CarbonPig commentedI tried the updated patch, but it still doesn't seem to show the table. ??
Any ideas?
Thanks,
CarbonPig
Comment #4
Ela commentedsame here, tables are gone...
Comment #5
develcuy commentedsubscribing
Comment #6
intrafusion