[Koha-bugs] [Bug 30790] Add REST API route to list biblios

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 20 09:37:02 CEST 2022


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

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |ASSIGNED

--- Comment #10 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to Marcel de Rooy from comment #8)
> +    $schema->resultset('Biblio')->delete();
> 
> Hmm

What is wrong with this ? It's in the tests, inside a transaction.

(In reply to Marcel de Rooy from comment #9)
> my $biblios_rs = Koha::Biblios->new->search(undef, { join => 'biblioitem' });
> 
> Not a normal pattern to use new here

Bad copy/paste/edit here ... I'll fix it

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list