https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39397 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180098|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 180399 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180399&action=edit Bug 39397: 'biblio' attributes take precedence over 'biblioitems' in response This patch swaps biblio for biblioitem attributes in the return value. The effect is that attributes from the `biblio` table overwrite those named the same (`timestamp` being the target). To test: 1. Apply the regression tests patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/biblios.t => FAIL: The biblioitems.timestamp is returned! 3. Apply this patch 4. Repeat 2 => SUCCESS: Things go smooth now 5. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jesse Maseto <jesse@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.