Bugzilla – Attachment 162842 Details for
Bug 36250
Add preservation.js to Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36250: Add preservation.js to Makefile
Bug-36250-Add-preservationjs-to-Makefile.patch (text/plain), 1.37 KB, created by
Kyle M Hall (khall)
on 2024-03-06 16:32:26 UTC
(
hide
)
Description:
Bug 36250: Add preservation.js to Makefile
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-03-06 16:32:26 UTC
Size:
1.37 KB
patch
obsolete
>From 4305e7cead0c7112b393a40683cb131f8d120d62 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 6 Mar 2024 10:46:10 -0500 >Subject: [PATCH] Bug 36250: Add preservation.js to Makefile > >--- > Makefile.PL | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 8549d310afc..37e643a9487 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -673,6 +673,8 @@ $file_map->{'koha-tmpl/intranet-tmpl/prog/css/mainpage.css'} = 'blib/INTRANET_TM > $file_map->{'koha-tmpl/intranet-tmpl/prog/css/staff-global.css'} = 'blib/INTRANET_TMPL_DIR/prog/css/staff-global.css'; > $file_map->{'koha-tmpl/intranet-tmpl/prog/js/vue/dist/erm.js'} = 'blib/INTRANET_TMPL_DIR/prog/js/vue/dist/erm.js'; > $file_map->{'koha-tmpl/intranet-tmpl/prog/js/vue/dist/erm.js.LICENSE.txt'} = 'blib/INTRANET_TMPL_DIR/prog/js/vue/dist/erm.js.LICENSE.txt'; >+$file_map->{'koha-tmpl/intranet-tmpl/prog/js/vue/dist/preservation.js'} = 'blib/INTRANET_TMPL_DIR/prog/js/vue/dist/preservation.js'; >+$file_map->{'koha-tmpl/intranet-tmpl/prog/js/vue/dist/preservation.js.LICENSE.txt'} = 'blib/INTRANET_TMPL_DIR/prog/js/vue/dist/preservation.js.LICENSE.txt'; > #OPAC_TMPL_DIR > $file_map->{'koha-tmpl/opac-tmpl/bootstrap/css/opac.css'} = 'blib/OPAC_TMPL_DIR/bootstrap/css/opac.css'; > $file_map->{'koha-tmpl/opac-tmpl/bootstrap/css/opac-rtl.css'} = 'blib/OPAC_TMPL_DIR/bootstrap/css/opac-rtl.css'; >-- >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 36250
: 162842