Closed (cannot reproduce)
Project:
Views (for Drupal 7)
Version:
6.x-2.12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2011 at 18:26 UTC
Updated:
8 Mar 2011 at 17:00 UTC
I have a view that outputs a summary view with results such as:
* (778)
* Red (71)
* Green (79)
The argument used to create the summary view is a nodereference field. Suppose the nid of the "Red" node is 1, and of the "Green" node is 2. If the path to the summary view is /myview_path, clicking on the links on the Red and Green lines takes you to /myview_path/1 and /myview_path/2 respectively. However, clicking on the "No Value" link, simply takes you back to /myview_path, and the summary view is shown again. Shouldn't it instead take you to a list of the nodes with no value defined in the nodereference field?
Comments
Comment #1
sja1 commentedNote: IN the above bulleted list, before (778) the words "No value" appear between less than and greater than signs, but the filter on drupal.org seems to have eliminated this.
Comment #2
iamjon commentedsja1,
can you please provide simple step by step instructions using basic content types and fields as well as an export of your view and if you're using cck and an export of your content types.
Comment #3
esmerel commented