Back to bug 24302

Who When What Removed Added
tomascohen 2019-12-23 18:13:19 UTC Depends on 24228
Assignee koha-bugs agustinmoyano
tomascohen 2019-12-23 20:34:23 UTC Status NEW ASSIGNED
tomascohen 2019-12-24 15:44:29 UTC Status ASSIGNED Needs Signoff
tomascohen 2019-12-24 15:44:33 UTC Attachment #96619 Attachment is obsolete 0 1
tomascohen 2019-12-26 11:46:36 UTC CC jonathan.druart, josef.moravec, kyle, martin.renvoize, nick
Assignee agustinmoyano tomascohen
tomascohen 2019-12-26 11:48:31 UTC Blocks 18731
tomascohen 2019-12-26 12:00:44 UTC Patch complexity --- Small patch
tomascohen 2019-12-26 12:00:50 UTC Attachment #96624 Attachment is obsolete 0 1
tomascohen 2019-12-26 12:01:05 UTC Comment 1 Tag obsolete
tomascohen 2019-12-26 12:01:09 UTC Comment 2 Tag obsolete
tomascohen 2019-12-26 12:07:26 UTC Attachment #96639 Attachment is obsolete 0 1
tomascohen 2019-12-26 12:09:20 UTC Comment 3 Tag obsolete
tomascohen 2019-12-26 13:01:26 UTC CC agustinmoyano, oleonard
agustinmoyano 2019-12-26 19:07:02 UTC Blocks 20936
tomascohen 2020-01-02 14:36:56 UTC CC tomascohen
tomascohen 2020-01-02 14:36:58 UTC Attachment #96640 Attachment is obsolete 0 1
kyle 2020-01-07 19:24:53 UTC Status Needs Signoff Signed Off
kyle 2020-01-07 19:24:56 UTC Attachment #96756 Attachment is obsolete 0 1
kyle 2020-01-07 19:44:28 UTC Attachment #96956 Attachment is obsolete 0 1
martin.renvoize 2020-01-08 15:11:45 UTC Keywords release-notes-needed
martin.renvoize 2020-01-08 15:12:04 UTC Status Signed Off Passed QA
martin.renvoize 2020-01-08 15:12:44 UTC Version(s) released in 20.05.00
Status Passed QA Pushed to master
tomascohen 2020-01-08 15:30:53 UTC Text to go in the release notes This development introduces a way to define embeddable objects on API routes. On the path specs, they will be specified using dot notation for nested embeddings:

"x-koha-embed": [
'biblio',
'biblio.items'
QA Contact martin.renvoize
Text to go in the release notes ,
'fund'
]

The consumer will need to add a header to the request, specifying the things they want to embed using comma-separated values like this:

x-koha-embed: 'biblio,fund'

This header will be validated against the endpoint spec and an error code will be returned if the request is not appropriate.
1joynelson 2020-01-18 16:25:26 UTC CC joy
1joynelson 2020-02-08 00:17:00 UTC Status Pushed to master RESOLVED
Resolution --- FIXED
ere.maijala 2020-02-10 13:49:46 UTC CC ere.maijala
agustinmoyano 2020-05-06 23:15:15 UTC Blocks 20936
martin.renvoize 2020-11-12 15:46:57 UTC Keywords release-notes-needed
katrin.fischer 2021-06-14 21:29:23 UTC Status RESOLVED CLOSED

Back to bug 24302