Bugzilla – Attachment 149210 Details for
Bug 32932
Re-structure Vue router-links to use "name" instead of urls
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32932: (follow-up) Fix copy/paste bug in local titles form add and fix bad link definition in Main.vue
Bug-32932-follow-up-Fix-copypaste-bug-in-local-tit.patch (text/plain), 3.43 KB, created by
Agustín Moyano
on 2023-04-05 13:04:32 UTC
(
hide
)
Description:
Bug 32932: (follow-up) Fix copy/paste bug in local titles form add and fix bad link definition in Main.vue
Filename:
MIME Type:
Creator:
Agustín Moyano
Created:
2023-04-05 13:04:32 UTC
Size:
3.43 KB
patch
obsolete
>From 752c00a412c067be910a9d1a141ace099b1e2cf3 Mon Sep 17 00:00:00 2001 >From: Agustin Moyano <agustinmoyano@theke.io> >Date: Wed, 5 Apr 2023 13:00:51 +0000 >Subject: [PATCH] Bug 32932: (follow-up) Fix copy/paste bug in local titles > form add and fix bad link definition in Main.vue > >--- > .../js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue | 4 ++-- > .../intranet-tmpl/prog/js/vue/components/ERM/Main.vue | 8 ++------ > 2 files changed, 4 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue >index f83dbbe95d..19afc5e8f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue >@@ -503,7 +503,7 @@ export default { > success => { > setMessage(this.$__("Title updated")) > this.$router.push({ >- name: "EHoldingsLocalPackagesList", >+ name: "EHoldingsLocalTitlesList", > }) > }, > error => {} >@@ -513,7 +513,7 @@ export default { > success => { > setMessage(this.$__("Title created")) > this.$router.push({ >- name: "EHoldingsLocalPackagesList", >+ name: "EHoldingsLocalTitlesList", > }) > }, > error => {} >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >index 8056c599c7..e444ada507 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >@@ -78,9 +78,7 @@ > <ul> > <li> > <router-link >- :to="{ >- name: `EHoldings${provider}PackagesList`, >- }" >+ :to="`/cgi-bin/koha/erm/eholdings/${provider}/packages`" > > > <i > class="fa fa-archive" >@@ -92,9 +90,7 @@ > </li> > <li> > <router-link >- :to="{ >- name: `EHoldings${provider}TitlesList`, >- }" >+ :to="`/cgi-bin/koha/erm/eholdings/${provider}/titles`" > > > <i > class="fa fa-sort-alpha-asc" >-- >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 32932
:
146439
|
146442
|
146616
|
146617
|
146618
|
146624
|
146625
|
146965
|
146966
|
146967
|
146968
|
147119
|
147120
|
147121
|
147122
|
148115
|
148551
|
148552
|
148553
|
148554
|
148558
|
148559
|
148560
|
148561
|
149210
|
149707
|
149709
|
149934
|
149935
|
151529
|
152231