[Koha-bugs] [Bug 22399] Improve responsive behavior of the basic marc editor

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 29 18:38:46 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22399

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #14 from David Nind <david at davidnind.com> ---
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.


More information about the Koha-bugs mailing list