Bugzilla – Attachment 169692 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.20 KB, created by
Matt Blenkinsop
on 2024-07-26 11:15:37 UTC
(
hide
)
Description:
Bug 37491: Remove duplicate asset import
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-07-26 11:15:37 UTC
Size:
1.20 KB
patch
obsolete
>From ad12074537a006f64a2c4eb01cff19ea6b0539ba 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 >--- > .../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 2cc00b20025..3d1ac034c1c 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.3 (Apple Git-146)
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