edsapi-koha-plugin icon indicating copy to clipboard operation
edsapi-koha-plugin copied to clipboard

EBSCO Koha Plugin

Results 18 edsapi-koha-plugin issues
Sort by recently updated
recently updated
newest added

The config parameter is not used anywhere but exposes the configuration (including username and password) to the public

Addresses #134 and #125. To test, please install the plugin file eds_plugin_22.11002.kpz. Be sure to open your configuration and save it after installing the updated file in order for it...

GetMarcAuthors has been removed, see the reference Koha bug below: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27266

"GetMarcBiblio" is not exported by the C4::Biblio module: /var/lib/koha/karachi/plugins/Koha/Plugin/EDS/opac/2111/opac-sendbasket.pl, referer: Should use: my $biblio_object = Koha::Biblios->find( $biblionumber ); my $record = $biblio_object->metadata->record;

As of at least eds_plugin_19.05010.kpz, it looks like the EDS plugin requires Apache to have an Alias directive pointing to the plugin directory. Modern Koha plugins like https://github.com/bywatersolutions/koha-plugin-coverflow inject routes...

The SetEDS() and SetKoha() functions attempt to use the jQueryUI method autocomplete which returns an error in 22.11. Since jQueryUI is no longer in Koha as of 22.05 this will...

commit c6b708e7 didn't change opac-sendbasket.pl

When EDS is installed and configured you will see a console error until you add a en.inc file. The only way I have found to solve this is to 'cp...

We need to use: - `use C4::Auth qw(:DEFAULT get_session get_template_and_user );` and `use C4::Output qw( output_with_http_headers );` Instead of: - `use C4::Auth qw(:DEFAULT get_session );` and `use C4::Output;` plugin/Koha/Plugin/EDS/opac/eds-search.pl returning...

The detail record view for Discovery records in version 21.05 displays in a single column. Links that are meant to display on the right side of the page, to be...