Bugzilla – Attachment 193720 Details for
Bug 14962
Temp Shelving Location / On Display Module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14962: On Display changes to build suite
ca13ea5.patch (text/plain), 1.87 KB, created by
Martin Renvoize (ashimema)
on 2026-02-24 13:35:02 UTC
(
hide
)
Description:
Bug 14962: On Display changes to build suite
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2026-02-24 13:35:02 UTC
Size:
1.87 KB
patch
obsolete
>From ca13ea5e7cf7f5531b52eeefc0928ab1b268657c Mon Sep 17 00:00:00 2001 >From: Jake Deery <jake.deery@openfifth.co.uk> >Date: Mon, 1 Dec 2025 14:28:55 +0000 >Subject: [PATCH] Bug 14962: On Display changes to build suite > >This patch contains the essential changes required to get Koha to build >the correct JavaScript and Vue modules for the new On Display module. >Please see the test files commit for instructions on how to test this >bundle of patches. > >Sponsored-by: ByWater Solutions >Signed-of-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > Makefile.PL | 1 + > rspack.config.js | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 6e849fe9911..20edc5e17c5 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -314,6 +314,7 @@ my $target_map = { > './clubs' => 'INTRANET_CGI_DIR', > './course_reserves' => 'INTRANET_CGI_DIR', > './cpanfile' => 'PERL_MODULE_DIR', >+ './display' => 'INTRANET_CGI_DIR', > './docs/history.txt' => { target => 'DOC_DIR', trimdir => -1 }, > './docs/contributors.yaml' => { target => 'DOC_DIR', trimdir => -1 }, > './docs/teams.yaml' => { target => 'DOC_DIR', trimdir => -1 }, >diff --git a/rspack.config.js b/rspack.config.js >index 62cf6b1956c..80f7fa12ece 100644 >--- a/rspack.config.js >+++ b/rspack.config.js >@@ -20,6 +20,7 @@ module.exports = [ > }, > entry: { > erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts", >+ display: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/display.ts", > preservation: > "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts", > "admin/record_sources": >-- >2.53.0 >
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 14962
:
190216
|
190217
|
190218
|
190219
|
190220
|
190221
|
190222
|
190223
|
190224
|
190225
|
190226
|
190227
|
190228
|
190229
|
190230
|
190231
|
190232
|
190571
|
190572
|
193719
|
193720
|
193721
|
193722
|
193723
|
193724
|
193725
|
193726
|
193727
|
193728
|
193729
|
193730
|
193731
|
193732
|
193733
|
193734
|
193735
|
193736
|
193737
|
193738
|
193739
|
193740
|
193741
|
193742
|
193743
|
193744
|
193745
|
193746
|
193747
|
193748
|
193749
|
193750
|
193751
|
193752
|
193753
|
193754
|
193755
|
194285
|
194286
|
194287
|
194288
|
194289
|
194290
|
194291
|
194292
|
194293
|
194294
|
194295
|
194296
|
194297
|
194298
|
194299
|
194300
|
194301
|
194302
|
194303
|
194304
|
194305
|
194306
|
194307
|
194308
|
194309
|
194310
|
194311
|
194312
|
194313
|
194314
|
194315
|
194316
|
194317
|
194318
|
194320
|
194321
|
194322