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

2023-02-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 Tomás Cohen Arazi changed: What|Removed |Added Blocks|17371, 27113| Referenced Bugs: htt

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

2023-02-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 Tomás Cohen Arazi changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolu

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

2023-02-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 Caroline Cyr La Rose changed: What|Removed |Added CC||caroline.cyr-la-rose@

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

2023-02-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 Caroline Cyr La Rose changed: What|Removed |Added Blocks||27113 Referenced Bu

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

2022-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 --- Comment #15 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #14) > (In reply to Marcel de Rooy from comment #13) > > Seeing this too: > > > > # Failed test 'No tests run for subtest "get() tests"' > > # at t

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

2022-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 --- Comment #14 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #13) > Seeing this too: > > # Failed test 'No tests run for subtest "get() tests"' > # at t/db_dependent/api/v1/biblios/list.t line 89. > DBIx::Cla

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

2022-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 --- Comment #13 from Marcel de Rooy --- Seeing this too: # Failed test 'No tests run for subtest "get() tests"' # at t/db_dependent/api/v1/biblios/list.t line 89. DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::my

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

2022-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 --- Comment #12 from Marcel de Rooy --- Just trying to get a bit more grip on what could be done with the query string: objects.search my $args = $c->validation->output; [..] my ( $filtered_params, $reserved_

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

2022-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 --- Comment #11 from Marcel de Rooy --- (In reply to Julian Maurice from comment #10) > (In reply to Marcel de Rooy from comment #8) > > +$schema->resultset('Biblio')->delete(); > What is wrong with this ? It's in the tests, insi

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

2022-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 Julian Maurice changed: What|Removed |Added Status|Signed Off |ASSIGNED --- Comment #10 f

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

2022-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 --- Comment #9 from Marcel de Rooy --- my $biblios_rs = Koha::Biblios->new->search(undef, { join => 'biblioitem' }); Not a normal pattern to use new here -- You are receiving this mail because: You are watching all bug changes. __

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

2022-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 Marcel de Rooy changed: What|Removed |Added CC||m.de.r...@rijksmuseum.nl -

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

2022-05-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 David Nind changed: What|Removed |Added Attachment #135089|0 |1 is obsolete|

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

2022-05-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 David Nind changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receivi

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

2022-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 Julian Maurice changed: What|Removed |Added Attachment #135072|0 |1 is obsolete|

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

2022-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 --- Comment #5 from Julian Maurice --- (In reply to Tomás Cohen Arazi from comment #4) > No, that's why I say I regret not finding the time to provide a generic > solution... Namely, a pair of Koha::Objects methods for tweaking the '

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

2022-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 --- Comment #4 from Tomás Cohen Arazi --- (In reply to Julian Maurice from comment #3) > (In reply to Tomás Cohen Arazi from comment #2) > > We have hidden the biblioitem table from the API. I regret not having spent > > time on a mo

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

2022-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 --- Comment #3 from Julian Maurice --- (In reply to Tomás Cohen Arazi from comment #2) > We have hidden the biblioitem table from the API. I regret not having spent > time on a more generic solution yet... > > Take a look at... Orde

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

2022-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 --- Comment #2 from Tomás Cohen Arazi --- We have hidden the biblioitem table from the API. I regret not having spent time on a more generic solution yet... Take a look at... Orders.pm when it comes to filtering by biblio.* -- You

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

2022-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 Julian Maurice changed: What|Removed |Added Status|ASSIGNED|Needs Signoff -- You are

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

2022-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790 --- Comment #1 from Julian Maurice --- Created attachment 135072 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135072&action=edit Bug 30790: Add REST API route to list biblios Examples: GET /api/v1/biblios GET /