plugins/relationships/term_from_node.inc expects the $node object to contain a taxonomy array at $node->taxonomy as it did in Drupal 6.
In Drupal 7, the taxonomy property is no longer present, and terms must be extracted through the taxonomy fields attached to the content type.
See Patch in Comment #1
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | term-from-node-relationship-1299402-1.patch | 1.13 KB | setvik |
Comments
Comment #1
setvik commentedComment #3
merlinofchaos commentedTestbot has been asked to mind its own business for now.
Comment #4
irowboat commentedThe patch works great. Amazing. Thank you!
Comment #5
merlinofchaos commentedOkay so since the entity field automatically creates one, this relationship is actually redundant. I think we should actually just remove it. However, I'm not going to do that just in case it does something that the entity field relationships do not.
Would like some more feedback.
Moving to active, not needs review, in the hopes of more feedback.
Comment #6
japerryDrupal 7 is no longer supported, closing.