| Summary: | JS error when viewing subfield structure | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
| Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | caroline.cyr-la-rose |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| 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: | |||
|
Description
Lucas Gass (lukeg)
2025-01-02 23:28:03 UTC
I just got the same bug trying to create a Cypress test with that page. It breaks everything with Cypress and you can't do anything after accessing the page. I don't know if it's relevant since it's for Cypress and not Koha, but I added
this block in my test
Cypress.on('uncaught:exception', (err, runnable) => {
return false; // Prevent Cypress from failing the test until bz38817 is fixed
});
Just thought I'd put this here in case someone else come here because of that.
|