From 2efa3d9561832c4d4a5dfa9539f32ecab14cfa6c Mon Sep 17 00:00:00 2001 From: Edwin Cruz Date: Thu, 30 Apr 2020 08:52:12 -0500 Subject: [PATCH] Adding missing paginator when listing all stock locations Current implementation only list all stock locations limited by the defaulted per page value, but there's no way to navigate to multiple pages. --- backend/app/views/spree/admin/stock_locations/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/app/views/spree/admin/stock_locations/index.html.erb b/backend/app/views/spree/admin/stock_locations/index.html.erb index 849d0b10d8..f37e0749a9 100644 --- a/backend/app/views/spree/admin/stock_locations/index.html.erb +++ b/backend/app/views/spree/admin/stock_locations/index.html.erb @@ -16,6 +16,7 @@ <% end %> <% if @stock_locations.any? %> + <%= paginate @stock_locations, theme: "solidus_admin" %> @@ -69,6 +70,7 @@ <% end %>
+ <%= paginate @stock_locations, theme: "solidus_admin" %> <% else %>
<%= render 'spree/admin/shared/no_objects_found',