This issue is related to #998494: Node Reference field always displaying 10 results when using the Advanced View option. [views-6.x-3.x] but not really a duplicate since it has a different fix than this issue.
What I have traced is that whenever you have an advanced view setup using the none pager, views incorrectly limits the view to the default 10 results. Here is an export of a view doing this: http://drupal.org/files/issues/view_noderef.txt.
The cause for this is because the views_plugin_pager_none is not defaulting the items_per_page to 0, which I think it should.
Patch to follow...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1243436-views_pager_none_limit-2.patch | 734 bytes | travist |
Comments
Comment #1
travist commentedHere is the patch.
Comment #2
travist commentedComment #3
dawehnerCould you try to remove this whitespace at the end of lines?
It should better use $this->set_items_per_page as this seems to make more sense.
Comment #5
dawehnerChanged this and commited to 6.x-3.x and 7.x-3.x