Bugzilla – Attachment 160450 Details for
Bug 35392
HTML in translatable string
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35392: (QA follow-up):
Bug-35392-QA-follow-up.patch (text/plain), 1.30 KB, created by
Pedro Amorim
on 2024-01-03 10:48:13 UTC
(
hide
)
Description:
Bug 35392: (QA follow-up):
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-01-03 10:48:13 UTC
Size:
1.30 KB
patch
obsolete
>From d082d2e4ee9092dec5d5464bb077c7d31954c5c3 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 3 Jan 2024 10:47:50 +0000 >Subject: [PATCH] Bug 35392: (QA follow-up): > >Fix 'click here' and 'to check its progress' being 2 seperate translatable strings >--- > koha-tmpl/intranet-tmpl/prog/js/vue/stores/erm.js | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/stores/erm.js b/koha-tmpl/intranet-tmpl/prog/js/vue/stores/erm.js >index 430d4663b1..e0c43134a4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/stores/erm.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/stores/erm.js >@@ -149,13 +149,11 @@ export const useReportsStore = defineStore("reports", { > return ( > "<li>" + > message.format(job.report_type) + >- ', <a href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=' + >+ '. <a href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=' + > job.job_id + > '" target="_blank">' + >- __("click here") + >- "</a> " + >- __("to check its progress.") + >- "</li>" >+ __("Check job progress") + >+ ".</a></li>" > ); > }, > }, >-- >2.30.2
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 35392
:
159256
|
159263
|
159264
|
159265
|
159279
|
159280
|
159281
|
159283
|
160450
|
160451
|
160512
|
160513
|
164466
|
164467
|
164473
|
164474
|
164475