From aed04b7a0f9390dadccf88c56ab6733e616fe245 Mon Sep 17 00:00:00 2001 From: Ravi Kant Kumawat <ravikant@specbee.com> Date: Fri, 27 Dec 2024 20:07:37 +0530 Subject: [PATCH] Applied the patch #14 and commited --- src/ViewsBootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ViewsBootstrap.php b/src/ViewsBootstrap.php index b5bb216..4b6dba0 100644 --- a/src/ViewsBootstrap.php +++ b/src/ViewsBootstrap.php @@ -66,8 +66,8 @@ class ViewsBootstrap { ]; $hooks['views_bootstrap_table'] = [ 'preprocess functions' => [ - 'template_preprocess_views_bootstrap_table', 'template_preprocess_views_view_table', + 'template_preprocess_views_bootstrap_table', ], 'file' => 'views_bootstrap.theme.inc', ]; -- GitLab