Bugzilla – Attachment 146968 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: Update ermmain to use router name property
Bug-32932-Update-ermmain-to-use-router-name-proper.patch (text/plain), 1.29 KB, created by
Jacob O'Mara
on 2023-02-20 14:55:22 UTC
(
hide
)
Description:
Bug 32932: Update ermmain to use router name property
Filename:
MIME Type:
Creator:
Jacob O'Mara
Created:
2023-02-20 14:55:22 UTC
Size:
1.29 KB
patch
obsolete
>From 6599254fe6fbf7117c50f24e09931f2d1bbcc387 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Tue, 14 Feb 2023 14:05:17 +0000 >Subject: [PATCH] Bug 32932: Update ermmain to use router name property > >Updating the router links in the homepage as per previous commits > >Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue >index f7e24523a2f..36af179f8c2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue >@@ -26,7 +26,7 @@ > </li> > <li> > <router-link >- to="/cgi-bin/koha/erm/licenses" >+ :to="{ name: 'LicensesList' }" > > > <i class="fa fa-gavel"></i> > {{ $__("Licenses") }}</router-link >-- >2.34.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