Active
Project:
Views (for Drupal 7)
Version:
7.x-3.5
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
18 Mar 2013 at 08:25 UTC
Updated:
29 Mar 2019 at 13:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedI noticed that this happens for content that is not published.
Comment #2
matthensley commentedI have the same issue with non-published content and "all taxonomy terms" field. I've traced the issue to the views field handler's usage of the "taxonomy_index" table, which stores all of the taxonomy entries for each node (but only published node content is added to this index).
There is a conversation going on here: #962664: Taxonomy Index for unpublished entities talking about this functionality and how it changes with views coming into the core. In the meantime, I found a functioning solution in enabling https://drupal.org/project/taxonomy_entity_index, which builds a new table that includes unpublished content (and provides a parallel but similar views field to "all taxonomy terms".
Comment #3
charubachi commentedI don't know whether it is relevant over here or not. I am using a filed as 'Configure field: Content: All taxonomy terms ' in View page. I am able to get the desire output at page view. but when I am trying to fetch the output at the view page service I am getting NULL value for that particular field
Comment #4
charubachi commentedI am able to see the output at the view page table but while creating its services it showing NULL value.
my services output is