Bug 41372 - Preservation/Settings.ts is failing
Summary: Preservation/Settings.ts is failing
Status: RESOLVED DUPLICATE of bug 41364
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-04 08:24 UTC by Jonathan Druart
Modified: 2025-12-04 09:05 UTC (History)
1 user (show)

See Also:
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 (1.31 KB, patch)
2025-12-04 08:25 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 41372: Fix /settings/processings (1.35 KB, patch)
2025-12-04 08:57 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 ***