https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42761 Bug ID: 42761 Summary: Error when switching to Advanced editor after importing Z39.50 Initiative type: --- Sponsorship --- status: Product: Koha Version: 25.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Z39.50 / SRU / OpenSearch Servers Assignee: koha-bugs@lists.koha-community.org Reporter: sam.young@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl When we import using Z39.50 it opens in the basic editor. When we try to switch to advanced a javascript alert pops up saying "The record cannot be transferred to the advanced editor. Continue?". If we click on continue the record is actually transferred to the advanced editor. This happens ONLY when you click on the import from the z39.50 screen. Looking at the code it is happening in addbiblio.tt on line 41-43 where var breedingid = [% breedingid || "null" | html %]; if ( !confirm( breedingid ? _("This record cannot be transferred to the advanced editor. Continue?") : _("Any changes will not be saved. Continue?") ) ) return false; the breedingid exists here BUT will still transfer to the editor can we get this logic fixed? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.