From 081a2d69f5033597eb4faa04ef440d7be593ad1e Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Thu, 21 Mar 2024 08:49:28 +0100 Subject: [PATCH] set version 3 as the default version of bootstrap for the tableWidget --- application/widgets/TableWidget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/widgets/TableWidget.php b/application/widgets/TableWidget.php index 5ac0bec0f..c48308258 100644 --- a/application/widgets/TableWidget.php +++ b/application/widgets/TableWidget.php @@ -140,7 +140,7 @@ class TableWidget extends Widget // Initialize class properties $this->_requiredPermissions = null; - $this->_bootstrapVersion = null; + $this->_bootstrapVersion = 3; $this->_reloadDataset = true; // by default the dataset is NOT cached in session $this->_query = null; $this->_additionalColumns = null;