Bugzilla – Attachment 147301 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 ERMHome and ERMMain to Home and Main
Bug-32806-Rename-ERMHome-and-ERMMain-to-Home-and-M.patch (text/plain), 2.88 KB, created by
Nick Clemens (kidclamp)
on 2023-02-24 12:02:45 UTC
(
hide
)
Description:
Bug 32806: Rename ERMHome and ERMMain to Home and Main
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-02-24 12:02:45 UTC
Size:
2.88 KB
patch
obsolete
>From dcd5f61aaaa432beb0d79c2829e2158f6f99f0d5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 2 Feb 2023 21:16:58 +0100 >Subject: [PATCH] Bug 32806: Rename ERMHome and ERMMain to Home and Main > >We don't need to repeat "ERM" > >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../prog/js/vue/components/ERM/{ERMHome.vue => Home.vue} | 0 > .../prog/js/vue/components/ERM/{ERMMain.vue => Main.vue} | 0 > koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts | 2 +- > koha-tmpl/intranet-tmpl/prog/js/vue/routes.js | 4 ++-- > 4 files changed, 3 insertions(+), 3 deletions(-) > rename koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/{ERMHome.vue => Home.vue} (100%) > rename koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/{ERMMain.vue => Main.vue} (100%) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMHome.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Home.vue >similarity index 100% >rename from koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMHome.vue >rename to koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Home.vue >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >similarity index 100% >rename from koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue >rename to koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts b/koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts >index c42ebe1745..d68bf7784d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts >@@ -15,7 +15,7 @@ import vSelect from "vue-select"; > > library.add(faPlus, faMinus, faPencil, faTrash, faSpinner); > >-import App from "./components/ERM/ERMMain.vue"; >+import App from "./components/ERM/Main.vue"; > > import { routes } from "./routes"; > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/routes.js b/koha-tmpl/intranet-tmpl/prog/js/vue/routes.js >index 62421c2e61..81b3f9bb07 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/routes.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/routes.js >@@ -1,5 +1,5 @@ > import { h } from "vue"; >-import ERMHome from "./components/ERM/ERMHome.vue"; >+import Home from "./components/ERM/Home.vue"; > import AgreementsList from "./components/ERM/AgreementsList.vue"; > import AgreementsShow from "./components/ERM/AgreementsShow.vue"; > import AgreementsFormAdd from "./components/ERM/AgreementsFormAdd.vue"; >@@ -126,7 +126,7 @@ export const routes = [ > }, > { > path: "/cgi-bin/koha/erm/erm.pl", >- component: ERMHome, >+ component: Home, > meta: { > breadcrumb: () => [breadcrumbs.home, breadcrumbs.erm_home], > }, >-- >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 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