4091: add offset to next page url
authorradhika <radhika@curoverse.com>
Fri, 24 Oct 2014 19:00:09 +0000 (15:00 -0400)
committerradhika <radhika@curoverse.com>
Fri, 24 Oct 2014 19:00:09 +0000 (15:00 -0400)
apps/workbench/app/controllers/projects_controller.rb

index 56bcd0a8f183141a59e767d5c5ec430716ad5b11..d619800955b7255ed0ad395feb5e028b146729b2 100644 (file)
@@ -232,6 +232,7 @@ class ProjectsController < ApplicationController
                                 last_created_at]]
         @next_page_href = url_for(partial: :contents_rows,
                                   last_uuid: @objects.last.uuid,
+                                  limit: @limit,
                                   filters: @next_page_filters.to_json)
       else
         @next_page_href = nil