Bug 41372

Summary: Preservation/Settings.ts is failing
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Jonathan Druart <jonathan.druart>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: david
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41364
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 41372: Fix /settings/processings
Bug 41372: Fix /settings/processings

Description Jonathan Druart 2025-12-04 08:24:20 UTC
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>"
Comment 1 Jonathan Druart 2025-12-04 08:25:11 UTC
Created attachment 190145 [details] [review]
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
Comment 2 David Nind 2025-12-04 08:57:27 UTC
Created attachment 190146 [details] [review]
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

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 David Nind 2025-12-04 08:59:49 UTC
I've signed off, as it does fix the failing tests:
run_cypress --spec t/cypress/integration/Preservation/Settings.ts

However, bug 41364 makes the exact same change and also fixes the breadcrumbs in the user interface.
Comment 4 Jonathan Druart 2025-12-04 09:05:00 UTC
(In reply to David Nind from comment #3)
> I've signed off, as it does fix the failing tests:
> run_cypress --spec t/cypress/integration/Preservation/Settings.ts
> 
> However, bug 41364 makes the exact same change and also fixes the
> breadcrumbs in the user interface.

Yes, sorry, I didn't see it!

*** This bug has been marked as a duplicate of bug 41364 ***