From c7b85fcd6e429c68906dd49a7052c99058c2d6ee Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Tue, 21 Jan 2020 08:44:10 +0800 Subject: [PATCH] Default to using Bootstrap 3 pagination. L5.6 introduced Bootstrap 4 validation. While it is likely our pagination is all custom and is using the Storm UI, just to be safe, we'll make sure pagination is using Bootstrap 3 classes in all circumstances to retain current functionality. This should have no effect on simple pagination, which is overriden with our custom template on the next line. --- modules/system/ServiceProvider.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/ServiceProvider.php b/modules/system/ServiceProvider.php index d01a01d0d..f87c136ae 100644 --- a/modules/system/ServiceProvider.php +++ b/modules/system/ServiceProvider.php @@ -94,6 +94,7 @@ class ServiceProvider extends ModuleServiceProvider } } + Paginator::useBootstrapThree(); Paginator::defaultSimpleView('system::pagination.simple-default'); /*