Bugzilla – Attachment 188659 Details for
Bug 41103
Click on data providers platform breaks functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41103: Remove incorrect use of table settings
Bug-41103-Remove-incorrect-use-of-table-settings.patch (text/plain), 1.54 KB, created by
Laura Escamilla
on 2025-10-30 14:26:47 UTC
(
hide
)
Description:
Bug 41103: Remove incorrect use of table settings
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-10-30 14:26:47 UTC
Size:
1.54 KB
patch
obsolete
>From 43c9caa870bde0b1946a6e8c6399b87aceff4962 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >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 <michaela.sieber@kit.edu> >Signed-off-by: Jan Kissig <bibliothek@th-wildau.de> >Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >--- > .../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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41103
:
188441
|
188479
|
188484
|
188486
| 188659