Closed (duplicate)
Project:
Insert View
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2007 at 09:18 UTC
Updated:
24 Aug 2007 at 18:08 UTC
I think that this module should respect the "Use pager" settings of the view. On line 85 and 88, views_build_view() function is called like this:
views_build_view('embed', $view, $view_args, FALSE, $limit);
whilte it could be
views_build_view('embed', $view, $view_args, $view->use_pager, $limit);
Comments
Comment #1
mlsamuelson commentedThanks, Borek! It's actually a little more complicated than this because of conflicts between the Insert View limits and how we're passing that info to views_build_views.
Even though this issue predates the other pagers issues out there, I'm going to mark this as a duplicate so we can focus in on http://drupal.org/node/148400, which gets to the heart of the matter.