Bugzilla – Attachment 146619 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: Rename main.js to erm.js
Bug-32806-Rename-mainjs-to-ermjs.patch (text/plain), 1.25 KB, created by
Paul Derscheid
on 2023-02-14 14:04:08 UTC
(
hide
)
Description:
Bug 32806: Rename main.js to erm.js
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2023-02-14 14:04:08 UTC
Size:
1.25 KB
patch
obsolete
>From 845317e343b2b3e7d93f92e6237adbf2b8f8d30f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 2 Feb 2023 21:13:00 +0100 >Subject: [PATCH] Bug 32806: Rename main.js to erm.js > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt | 2 +- > webpack.config.js | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt >index 8171ea6a8a..783d3a0329 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt >@@ -62,7 +62,7 @@ > > </script> > >- [% Asset.js("js/vue/dist/main.js") | $raw %] >+ [% Asset.js("js/vue/dist/erm.js") | $raw %] > > [% END %] > [% INCLUDE 'intranet-bottom.inc' %] >diff --git a/webpack.config.js b/webpack.config.js >index ebc67b7d37..217dad8db5 100644 >--- a/webpack.config.js >+++ b/webpack.config.js >@@ -5,7 +5,7 @@ const webpack = require('webpack'); > > module.exports = { > entry: { >- main: "./koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts", >+ erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts", > }, > output: { > filename: "[name].js", >-- >2.37.1 (Apple Git-137.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