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

mlsamuelson’s picture

Status: Active » Closed (duplicate)

Thanks, 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.