http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 --- Comment #132 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Quick feedback after some random tests: 1/ + console.dir( _framework_kohafields ); => to remove 2/ dependency UUID should be added 3/ Edit/create a record, modify it, click on "New record" (you just missed the Save button), everything is lost. Should ask for confirmation :) 4/ Search a. Click on 1 server launch a request, what if you want to select/deselect all? I think it would be better to have a "search" button here, to avoid useless queries. b. The number of results is different with the same search on cataloguing/z3950_search.pl (5 pages vs 25!) c. The link is "Import" even if the users search in the local catalogue. Maybe "edit" is more appropriate. 5/ The favicon is missing on cataloguing/editor.pl 6/ I still have issue with mandatory/repeatable field.
From the editor: 615 _ _ $a [Dropdown list] Missing mandatory subfield: $m; Missing mandatory subfield: $n; Missing mandatory subfield: $x
From the (default) framework page: 615 centre d'intérêt No No 2 code du système d'indexation subfield ignored 3 numéro de la notice d'autorité subfield ignored a catégorie sujet Tab:1, Not repeatable, Not mandatory, | Auth value:interet m subdivision de la catégorie sujet sous forme codée subfield ignored n catégorie sujet sous forme codée subfield ignored x subdivision de la catégorie sujet subfield ignored
7/ I don't understand why the default framework is used. 8/ Import record, then save. "Saving" is processing, nothing happen, browser freezes JS error: Error: Script terminated by timeout at: P@http://pro.koha-qa.vm/intranet-tmpl/lib/codemirror/codemirror-compressed.js:... [...] some others errors The record has 50 items. 9/ macro delete 200 # delete only the first 200, is it expected? Is there a doc somewhere with the commands available? -- You are receiving this mail because: You are watching all bug changes.