https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22399
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from David Nind <[email protected]> --- Hi Owen. Although I'm not a cataloguer, I like the enhancement. Particularly the subfield names being to the left of the input field, rather than above - seemed easier to scan and read to me. Some things I noted: - The authority lookup pop up window: when I click on this, then search, then select something there is another pop up window - this just "spins" saying "Loading", so seems to have been broken (example in KTD: biblionumber 16 (Four metaphysical poets), 650a > Select authority control, click search in the pop up window, choose a term). - Related to above: can get an error trace message if you choose a result that has no value (example in KTD: biblionumber 16 (Four metaphysical poets), 100$a > Select authority control, click search in the pop up window, choose the first term (which is Personal names: [without a value]) Can't call method "subfields" on an undefined value at /kohadevbox/koha/authorities/blinddetail-biblio-search.pl line 89 in (eval) at /kohadevbox/koha/authorities/blinddetail-biblio-search.pl line 89 86: 87: # Get all values for each distinct subfield and add to subfield loop 88: my %done_subfields; 89: for ( $field->subfields ) { 90: next if $_->[0] eq '9'; # $9 will be set with authid value 91: my $letter = $_->[0]; 92: $letter ||= '@'; - Does this change affect the authority editor as well? When you first load, say for the 0 tab it display like it used to - clicking on the MARC field name displays the updated way, required fields are at the start rather than the end as for the MARC editor. Field names are aligned at the bottom of the input field rather than the top when screen size is narrow. Clone and elete buttons are vitical rather than horizontal as in the MARC editor. (Not sure if this makes sense, can add some screenshots if it will help). As I'm not a cataloguer, it would be nice to get some input from someone who uses it all the time as I've probably missed something. David -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
