[Bug 8081] New: MARC-8 character set isn't preselected properly when editing Z39.50 servers
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8081 Priority: P5 - low Change sponsored?: --- Bug ID: 8081 CC: gmcharlt@gmail.com Assignee: paul.poulain@biblibre.com Summary: MARC-8 character set isn't preselected properly when editing Z39.50 servers Severity: minor Classification: Unclassified OS: All Reporter: jcamins@cpbibliography.com Hardware: All Status: NEW Version: master Component: Staff Client Product: Koha If you edit a Z39.50 server with the character set to MARC-8, the selected attribute is not set for MARC-8, and the character set dropdown defaults to the first item in the list, UTF-8. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8081 --- Comment #1 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- The problem appears to be the hyphen, which is not permitted in variable names. The offending code is: $template->param( $_ . $data->{$_} => 1) for ( qw( syntax encoding ) ); -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8081 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |magnus@enger.priv.no Resolution|--- |DUPLICATE --- Comment #2 from Magnus Enger <magnus@enger.priv.no> --- I'll fix this as part of bug 9497. *** This bug has been marked as a duplicate of bug 9497 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org