From 43c9caa870bde0b1946a6e8c6399b87aceff4962 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 Signed-off-by: Michaela Signed-off-by: Jan Kissig Signed-off-by: Laura_Escamilla --- .../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 6c986edb8c..76df778a93 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.39.5