Bugzilla – Attachment 160968 Details for
Bug 35759
Preservation module home yields a blank page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35759: (bug 30708 follow-up) Generated dist file not installed for preservation module
Bug-35759-bug-30708-follow-up-Generated-dist-file-.patch (text/plain), 1.61 KB, created by
Kyle M Hall (khall)
on 2024-01-12 14:17:59 UTC
(
hide
)
Description:
Bug 35759: (bug 30708 follow-up) Generated dist file not installed for preservation module
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-01-12 14:17:59 UTC
Size:
1.61 KB
patch
obsolete
>From b5fe1db1cbcc241874294a6cbe36f99cd54c6f50 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 10 Jan 2024 15:01:45 +0100 >Subject: [PATCH] Bug 35759: (bug 30708 follow-up) Generated dist file not > installed for preservation module > >It's missing from the Makefile.PL! > >Same as erm.js when need to install it. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Makefile.PL | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 25d46e5664b..a1ff82673d0 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -672,6 +672,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 35759
:
160767
|
160897
| 160968