[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-02-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Caroline Cyr La Rose changed: What|Removed |Added CC|

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-02-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Fridolin Somers changed: What|Removed |Added CC|

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 --- Comment #12 from Jonathan Druart --- Pushed to master for 21.05, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Jonathan Druart changed: What|Removed |Added Version(s)||21.05.00 released

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Martin Renvoize changed: What|Removed |Added Status|Signed Off |Passed QA

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Martin Renvoize changed: What|Removed |Added Attachment #114985|0 |1 is obsolete|

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Martin Renvoize changed: What|Removed |Added Attachment #114984|0 |1 is obsolete|

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Martin Renvoize changed: What|Removed |Added Attachment #114983|0 |1 is obsolete|

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 --- Comment #7 from Lucas Gass --- Works good with PostMan. I also play around with stuff like: let url = '/api/v1/biblios/144/items'; $.getJSON(url, function(data) { data.forEach(element =>

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 --- Comment #6 from Lucas Gass --- Created attachment 114985 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114985=edit Bug 27352: Missed case in bug 25032 Probably because of the order things got pushed.

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 --- Comment #5 from Lucas Gass --- Created attachment 114984 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114984=edit Bug 27352: Unit tests Signed-off-by: Lucas Gass -- You are receiving this mail because:

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Lucas Gass changed: What|Removed |Added Attachment #114892|0 |1 is obsolete|

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Lucas Gass changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Tomás Cohen Arazi changed: What|Removed |Added Blocks||27358 Referenced

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 --- Comment #3 from Tomás Cohen Arazi --- Created attachment 114895 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114895=edit Bug 27352: Missed case in bug 25032 Probably because of the order things got pushed.

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 114894 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114894=edit Bug 27352: Unit tests -- You are receiving this mail because: You are watching all

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Tomás Cohen Arazi changed: What|Removed |Added Depends on||27034 Referenced

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 114892 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114892=edit Bug 27352: Add GET /biblios/:biblio_id/items This patch adds a route to fetch the

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Tomás Cohen Arazi changed: What|Removed |Added CC|

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Tomás Cohen Arazi changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |tomasco...@gmail.com