Bugzilla – Attachment 165023 Details for
Bug 36623
Remove localhost reference from counter logs page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36623: Remove localhost reference
Bug-36623-Remove-localhost-reference.patch (text/plain), 1.68 KB, created by
Matt Blenkinsop
on 2024-04-17 15:12:27 UTC
(
hide
)
Description:
Bug 36623: Remove localhost reference
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-04-17 15:12:27 UTC
Size:
1.68 KB
patch
obsolete
>From 0f41cb03b15ae4ace83d73d9fe98c9a0ec11946a Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 17 Apr 2024 15:03:53 +0000 >Subject: [PATCH] Bug 36623: Remove localhost reference > >This patch removes a reference to localhost from a url within ERM > >Test plan: >This is quite hard to test without sushi credentials and is quite an easy fix. Check the patch diff to verify that the localhost reference has now been removed from the url >--- > .../components/ERM/UsageStatisticsDataProvidersCounterLogs.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 23535c1f62..105a0a1cca 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 >@@ -138,7 +138,7 @@ export default { > title: __("Imported by"), > render: function (data, type, row, meta) { > const importer = row.borrowernumber >- ? `<a href="http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=${row.borrowernumber}">Borrowernumber ${row.borrowernumber}</a>` >+ ? `<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=${row.borrowernumber}">Borrowernumber ${row.borrowernumber}</a>` > : "Cronjob" > return importer > }, >-- >2.37.1 (Apple Git-137.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 36623
: 165023 |
165114
|
166767