Bugzilla – Attachment 169781 Details for
Bug 37491
Remove duplicate asset import from KBART template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37491: Remove duplicate asset import
Bug-37491-Remove-duplicate-asset-import.patch (text/plain), 1.23 KB, created by
Sam Lau
on 2024-07-26 19:50:00 UTC
(
hide
)
Description:
Bug 37491: Remove duplicate asset import
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-07-26 19:50:00 UTC
Size:
1.23 KB
patch
obsolete
>From a71221958fa1bbc2d200c1fc72f761041c4e36cc Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 26 Jul 2024 11:12:16 +0000 >Subject: [PATCH] Bug 37491: Remove duplicate asset import > >This patch removes a duplicated asset import from import_from_kbart_file.inc > >Test plan: >1) Apply patch and look at import_from_kbart_file.inc to observe that where previously there were two uses of "[% Asset.js("js/job_progress.js") | $raw %]" and now there is just one > >Signed-off-by: Sam Lau <samalau@gmail.com> >--- > .../prog/en/includes/background_jobs/import_from_kbart_file.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/import_from_kbart_file.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/import_from_kbart_file.inc >index 2cc00b2002..3d1ac034c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/import_from_kbart_file.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/import_from_kbart_file.inc >@@ -67,7 +67,7 @@ > </div> > [% END %] > [% END %] >- [% Asset.js("js/job_progress.js") | $raw %] >+ > > [% BLOCK js %] > [% INCLUDE 'str/job_progress.inc' job_id=job.id %] >-- >2.39.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 37491
:
169691
|
169692
| 169781