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>"
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
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>
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.
(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 ***