From 6cad9a6db64204e710a81ef7fe6510afb7ad3205 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Mon, 27 Oct 2025 16:20:37 +0000 Subject: [PATCH] Bug 41103: Remove incorrect use of table settings The table settings for titles have been set by default even though the data type for this table is dynamic Test plan: 1) Create a provider and harvest some platform data 2) Click into the provider and select the Platform tab 3) The page will crash and the console will show an error 4) Apply patch and yarn js:build 5) Hard refresh the page and click on Platforms again 6) The table should load successfully --- .../js/vue/components/ERM/UsageStatisticsProviderDataList.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsProviderDataList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsProviderDataList.vue index 6c986edb8ce..76df778a933 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsProviderDataList.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsProviderDataList.vue @@ -139,7 +139,6 @@ export default { columns: getTableColumns(), options: {}, url: () => tableUrl(), - table_settings: title_table_settings, add_filters: true, }); -- 2.50.1