Closed (fixed)
Project:
Views Datasource
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
5 Mar 2010 at 22:16 UTC
Updated:
5 May 2011 at 02:51 UTC
This field is used to output all taxonomy terms associated with a particular node from one kind of vocabulary. I am not able to output this field in JSON. It does not appear at all but does appear when my page is "unformatted".
Comments
Comment #1
catherinecolman commentedAnyone have any thoughts on this?
I will explain further. Let's say I have a node. It has been tagged as 'event', 'video', 'screening' and 'interview'. When creating a view, I am using the field Taxonomy:All Terms. When the page is unformatted, it outputs each of the terms 'event', 'video', 'screening' and 'interview' for this node. However, when I change the page to output JSON, this field is completely missing. How can I resolve this?
Comment #2
allisterbeharry commentedSorry I'm taking so long to get on this: I think this has to do with the fact that there are multiple values for the taxonomy field and the JSON and XML plugins do not currently deal properly with multiple values for a field. Adding this is currently top priority for this module and I'll commit it as soon as possible.
Comment #3
allisterbeharry commentedThis is fixed as of 6.x-1.0-beta1
Comment #4
allisterbeharry commentedComment #6
Taz commentedThis is not working on beta2, or if it is - not as expected above.
View with 'Taxonomy: All Terms' defined, no taxonomy filters. Tried display outputs as seperated, ordered and unordered.
Result:
No output in JSON for the field
Comment #7
Taz commentedI lie.