Bugzilla – Attachment 146337 Details for
Bug 32806
Some Vue files need to be moved for better reusability
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32806: (follow-up) Rename main.js to erm.js
Bug-32806-follow-up-Rename-mainjs-to-ermjs.patch (text/plain), 2.30 KB, created by
Jonathan Druart
on 2023-02-07 15:55:55 UTC
(
hide
)
Description:
Bug 32806: (follow-up) Rename main.js to erm.js
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-02-07 15:55:55 UTC
Size:
2.30 KB
patch
obsolete
>From 1e0c882822c50d61c0ee4dfd047a456e1770c262 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Feb 2023 16:55:05 +0100 >Subject: [PATCH] Bug 32806: (follow-up) Rename main.js to erm.js > >--- > Makefile.PL | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/Makefile.PL b/Makefile.PL >index f0ac3e31e14..2a73c527f36 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -670,8 +670,8 @@ $file_map->{'koha-tmpl/intranet-tmpl/prog/css/holds.css'} = 'blib/INTRANET_TMPL_ > $file_map->{'koha-tmpl/intranet-tmpl/prog/css/installer.css'} = 'blib/INTRANET_TMPL_DIR/prog/css/installer.css'; > $file_map->{'koha-tmpl/intranet-tmpl/prog/css/mainpage.css'} = 'blib/INTRANET_TMPL_DIR/prog/css/mainpage.css'; > $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/main.js'} = 'blib/INTRANET_TMPL_DIR/prog/js/vue/dist/main.js'; >-$file_map->{'koha-tmpl/intranet-tmpl/prog/js/vue/dist/main.js.LICENSE.txt'} = 'blib/INTRANET_TMPL_DIR/prog/js/vue/dist/main.js.LICENSE.txt'; >+$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'; > #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'; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index bd53da1c5f0..3e3cac59e60 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -284,7 +284,7 @@ > </div> <!-- /#perl --> > > [% IF Asset.css("css/staff-global.css") == "" >- || Asset.js("js/vue/dist/main.js") == "" %] >+ || Asset.js("js/vue/dist/erm.js") == "" %] > [% SET warnMissingCompiledFiles = 1 %] > [% END %] > >-- >2.25.1
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 32806
:
146030
|
146033
|
146035
|
146036
|
146337
|
146357
|
146465
|
146466
|
146619
|
146620
|
146621
|
146622
|
146623
|
146626
|
146627
|
146628
|
146629
|
146630
|
146631
|
146634
|
146635
|
146636
|
146637
|
146638
|
146639
|
146647
|
146648
|
146649
|
146650
|
146651
|
146652
|
146661
|
146662
|
146663
|
146664
|
146665
|
146666
|
147241
|
147242
|
147243
|
147244
|
147245
|
147246
|
147299
|
147300
|
147301
|
147302
|
147303
|
147304