| Summary: | Preservation/Settings.ts is failing | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Test Suite | Assignee: | 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 |
||
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 *** |
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>"