Bugzilla – Attachment 190145 Details for
Bug 41372
Preservation/Settings.ts is failing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41372: Fix /settings/processings
d3b6bac.patch (text/plain), 1.31 KB, created by
Jonathan Druart
on 2025-12-04 08:25:11 UTC
(
hide
)
Description:
Bug 41372: Fix /settings/processings
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-12-04 08:25:11 UTC
Size:
1.31 KB
patch
obsolete
>From d3b6bacf6ee3279775c6369efea7b66934223996 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 4 Dec 2025 09:24:31 +0100 >Subject: [PATCH] Bug 41372: Fix /settings/processings > >There is a warning in the console: > > > JS Warning detected: "[Vue warn]: Unhandled error during execution of setup function" "\n" " at <RouterLink" "key=1" "to=\"/cgi-bin/koha/preservation/settings/processings\"" ">" "\n" " at <NavigationItem" "key >=0" "item=" [object Object] "params=" {} ">" "\n" " at <Breadcrumbs>" "\n" " at <App>" > >This route is a parent route and is never used directly >--- > koha-tmpl/intranet-tmpl/prog/js/vue/routes/preservation.js | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/preservation.js b/koha-tmpl/intranet-tmpl/prog/js/vue/routes/preservation.js >index e78b55a8ecd..4651e995b33 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/preservation.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/routes/preservation.js >@@ -128,6 +128,7 @@ export const routes = [ > }, > { > path: "processings", >+ disabled: true, > children: [ > { > path: ":processing_id", >-- >2.43.0 >
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 41372
:
190145
|
190146