http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 --- Comment #99 from Jesse Weaver <jweaver@bywatersolutions.com> --- Will be posting a followup soon. (In reply to Jonathan Druart from comment #97)
1/ Small bug: Edit an existing biblio, go on the basic editor, change the framework, switch to the advanced editor => You are adding a new biblio instead of editing the existing one.
[EDIT] Actually even if I don't change the framework: "Any changes will not be saved. Continue?" "yes" I am redirected to /cataloguing/editor.pl#catalog/30 and immediately to /cataloguing/editor.pl#new/
Fixed.
2/ On editing the biblionumber 30 (/cgi-bin/koha/cataloguing/editor.pl#catalog/30), when I click on the editor, I get a JS error: ReferenceError: field is not defined if ( first != '9' ) url += field;
Fixed.
3/ On adding a new record, I get:
000 100 _ _ 101 _ _ $a fre 801 _ _
What about the other fields? You don't retrieve default values, is it expected?
Other fields are added as needed; the only fields that show up in a new record are mandatory fields. It would be easy enough to fill in default values.
4/ When the focus is on a dropdown list, there is no way to continue editing without the mouse (tab put the focus on "keywords", on the left. enter does not do anything)
This is odd, what field and subfield caused this bug?
5/ On the basic edit I managed to save my record, on the advanced, I get: Missing mandatory subfield: $m; Missing mandatory subfield: $n; Missing mandatory subfield: $x under the 615 field. But 615$m is not mandatory in my default framework. By the way, which framework is used?
The default framework is used. That is a quite odd bug, I'll look into it.
6/ I see GET http://pro.koha-qa.vm/intranet-tmpl/prog/en/data/marc21_field_006.xml GET http://pro.koha-qa.vm/intranet-tmpl/prog/en/data/marc21_field_008.xml in Firebug. But I use UNIMARC. Is it normal?
Fixed.
7/ Try to reproduce the encoding error, I edited another record, but get TypeError: nonRepeatableSubfields[field.tagnumber(...)] is undefined koha-backend.js (ligne 201)
on clicking on "Save" (I haven't click on the editor, so no previous js error).
hum... Did I miss something here?
I've seen this bug pop up a time or two, could I see the record in question? -- You are receiving this mail because: You are watching all bug changes.