http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10427 Bug ID: 10427 Summary: Z39.50 in Cataloguing doesn't work when Javascript is off Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Z39.50 / SRU / OpenSearch Servers Assignee: gmcharlt@gmail.com Reporter: dcook@prosentient.com.au CC: m.de.rooy@rijksmuseum.nl Currently, when you have Javascript turned off, you can get to the z3950_search.pl page, you can do a search, you can see the MARC, but you cannot import a record. This is because the script is trying to import the record into the "parent" window, but since it has been opened in the same window rather than as a pop-up (due to there being no Javascript), it just fails (without any error messages). Currently, the Z39.50 in Acquisitions works without Javascript, because it never uses a pop-up window. It manages searching and importing in the same window, so no Javascript is required for the main action. I think it might be a good idea to move toward this type of model so that the feature doesn't break without Javascript. -- You are receiving this mail because: You are watching all bug changes.