Bugzilla – Attachment 174712 Details for
Bug 36627
Display importer for manually harvested SUSHI data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36627: (follow-up) Use patron_to_html in 'Imported by' column
Bug-36627-follow-up-Use-patrontohtml-in-Imported-b.patch (text/plain), 1.28 KB, created by
Jonathan Druart
on 2024-11-18 14:48:56 UTC
(
hide
)
Description:
Bug 36627: (follow-up) Use patron_to_html in 'Imported by' column
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-11-18 14:48:56 UTC
Size:
1.28 KB
patch
obsolete
>From 823a8be944089e21e8c642af0564ad6d288e8015 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 18 Nov 2024 15:47:59 +0100 >Subject: [PATCH] Bug 36627: (follow-up) Use patron_to_html in 'Imported by' > column > >We don't need those 2 lines > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../components/ERM/UsageStatisticsDataProvidersCounterLogs.vue | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersCounterLogs.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersCounterLogs.vue >index 01243dfc139..30cb1ab95bc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersCounterLogs.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersCounterLogs.vue >@@ -23,13 +23,11 @@ import KohaTable from "../KohaTable.vue" > export default { > setup() { > const { setConfirmationDialog, setMessage } = inject("mainStore") >- const patron_to_html = $patron_to_html > > const table = ref() > > return { > table, >- patron_to_html, > setConfirmationDialog, > setMessage, > } >-- >2.34.1
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 36627
:
165029
|
165030
|
165031
|
165054
|
165055
|
165056
|
165057
|
165064
|
165065
|
165066
|
165067
|
165068
|
165070
|
165071
|
165072
|
165073
|
165074
|
165127
|
165128
|
165129
|
165130
|
165131
|
169217
|
169218
|
169219
|
169220
|
169221
|
174066
|
174067
|
174068
|
174069
|
174070
|
174402
|
174706
|
174707
|
174708
|
174709
|
174710
|
174711
| 174712