Bugzilla – Attachment 166767 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:(follow-up) Fix cypress test
Bug-36623follow-up-Fix-cypress-test.patch (text/plain), 1.30 KB, created by
Matt Blenkinsop
on 2024-05-15 10:42:42 UTC
(
hide
)
Description:
Bug 36623:(follow-up) Fix cypress test
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-05-15 10:42:42 UTC
Size:
1.30 KB
patch
obsolete
>From 2df1f08d3871fc0836a8ff7b4b97e2c030f301a3 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 15 May 2024 10:41:53 +0000 >Subject: [PATCH] Bug 36623:(follow-up) Fix cypress test > >--- > .../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 8437d982d8..0a1fef8bf4 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 >@@ -139,7 +139,7 @@ export default { > render: function (data, type, row, meta) { > const importer = row.borrowernumber > ? `<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=${row.borrowernumber}">Borrowernumber ${row.borrowernumber}</a>` >- : this.$__("Cronjob") >+ : __("Cronjob") > return importer > }, > searchable: true, >-- >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