Bugzilla – Attachment 155098 Details for
Bug 34418
Allow empty nodes in breadcrumb's elements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34418: DO NOT PUSH - example
Bug-34418-DO-NOT-PUSH---example.patch (text/plain), 2.51 KB, created by
Pedro Amorim
on 2023-09-01 11:11:13 UTC
(
hide
)
Description:
Bug 34418: DO NOT PUSH - example
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-09-01 11:11:13 UTC
Size:
2.51 KB
patch
obsolete
>From a067bff3db3b78e0deef1e763a0f7043576e29a8 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 26 Jul 2023 13:08:17 +0200 >Subject: [PATCH] Bug 34418: DO NOT PUSH - example > >Try the other patch with this patch applied. >Go to http://localhost:8081/cgi-bin/koha/erm/agreements/1/items/add > >Without the patch you get: > E-resource management > Agreements > Show agreement > > Add item to train >With this patch applied: > E-resource management > Agreements > Show agreement > Add item to train > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > .../intranet-tmpl/prog/js/vue/routes/erm.js | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js b/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js >index dbd78f57f6..a948db8c39 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js >@@ -61,6 +61,30 @@ export const routes = [ > name: "AgreementsShow", > component: markRaw(AgreementsShow), > title: $__("Show agreement"), >+ children: [ >+ { >+ path: "items", >+ is_navigation_item: false, >+ children: [ >+ { >+ path: "add", >+ name: "TestChildTwo", >+ component: markRaw( >+ EHoldingsLocalTitlesFormAdd >+ ), >+ title: $__("Add item to train"), >+ }, >+ { >+ path: "add/:item_ids", >+ name: "TestChildThree", >+ component: markRaw( >+ EHoldingsLocalPackagesFormAdd >+ ), >+ title: $__("Add items to train"), >+ }, >+ ], >+ }, >+ ], > }, > { > path: "add", >-- >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 34418
:
153902
|
153903
|
153904
|
153905
|
153910
|
153911
|
153912
|
153913
|
153983
|
154095
|
154210
|
154211
|
154212
|
154213
|
154214
| 155098 |
155099
|
155100
|
155101
|
155102