http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559
--- Comment #97 from Jonathan Druart <[email protected]> --- 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/ 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; 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? 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) 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? 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? 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? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
