4091: enhance code to handle the case where there are more than one item in the next...
authorradhika <radhika@curoverse.com>
Tue, 28 Oct 2014 16:18:17 +0000 (12:18 -0400)
committerradhika <radhika@curoverse.com>
Tue, 28 Oct 2014 16:18:17 +0000 (12:18 -0400)
commitcbc29982e30fd776c194c47dc584710ff1b340c4
tree7379f39648cf20cad7530868a5d437c5827c0a50
parent97f3db9cb084efce35ef6a24c25d14308785a49a
4091: enhance code to handle the case where there are more than one item in the next page matching the previous page's last object's created_at time.
Also, handle the case where the entire next page has the same created_at time as the previous page's last item; to keep things simple, stop scrolling in this case.
apps/workbench/app/controllers/projects_controller.rb
apps/workbench/app/views/projects/_show_data_collections.html.erb
apps/workbench/app/views/projects/_show_other_objects.html.erb
apps/workbench/app/views/projects/_show_pipeline_templates.html.erb
apps/workbench/app/views/projects/_show_subprojects.html.erb
apps/workbench/app/views/projects/_show_tab_contents.html.erb