Needs review
Project:
Spaces
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2012 at 15:37 UTC
Updated:
6 Dec 2012 at 15:40 UTC
Jump to comment: Most recent file
When you are using Spaces Taxonomy and have more than one field that references the Spaces taxonomy vocabulary, only the first field can retrieve the space from the field.
This is due to a badly placed break statement in spaces_taxonomy_get_term(), when the first term reference field is found it always breaks the loop, preventing all other fields from being processed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1860196-1-spaces-multiple_term_reference_fields.patch | 1.11 KB | pfrenssen |
Comments
Comment #1
pfrenssenHere's a patch.