[Bug 13867] New: change input in 245$a and 245$c for textarea
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13867 Bug ID: 13867 Summary: change input in 245$a and 245$c for textarea Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: gmcharlt@gmail.com Reporter: marjorie.barry-vila@ccsr.qc.ca QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Hi, Is it be possible to have for subfield 245$a and 245$c in marc21 textarea and not input like textarea for fields 5XX? Title and statement of responsability are now often a length greater than a line only and that would be easier to catalog with textarea. Regards, Marjorie -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13867 --- Comment #1 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- This is hardcoded in addbiblio: if ( length($value) > 100 or ( C4::Context->preference("marcflavour") eq "UNIMARC" && $tag >= 300 and $tag < 400 && $subfield eq 'a' ) or ( $tag >= 500 and $tag < 600 && C4::Context->preference("marcflavour") eq "MARC21" ) ) [ then textarea ... ] Note that if you save a string of 101 chars and re-edit, you should get a textarea.. A regex from a syspref instead of the hardcoded 500 and 600 here would be an idea.. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org