Summary: | Wrong attribute mappings in Koha::Acquisition::Basket | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | REST API | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | CLOSED FIXED | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | normal | ||
Priority: | P5 - low | CC: | 1joynelson, kyle, martin.renvoize, nick, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00
|
|
Circulation function: | |||
Bug Depends on: | 24464 | ||
Bug Blocks: | 20212 | ||
Attachments: |
Bug 24918: Fix attribute mappings in Koha::Acquisition::Basket
Bug 24918: Fix attribute mappings in Koha::Acquisition::Basket Bug 24918: Fix attribute mappings in Koha::Acquisition::Basket |
Description
Tomás Cohen Arazi (tcohen)
2020-03-20 18:57:42 UTC
Created attachment 101318 [details] [review] Bug 24918: Fix attribute mappings in Koha::Acquisition::Basket When bug 18731 was written, the official vote on the RFC hadn't been held yet. Once it got voted, the mappings were adapted and all the dependent work fixed as well. But three attribute names were overlooked and they become evident on developing 20212 which required them. This patch fixes this really tiny mistake. To test: 1. Just verify the voted attribute names. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 101319 [details] [review] Bug 24918: Fix attribute mappings in Koha::Acquisition::Basket When bug 18731 was written, the official vote on the RFC hadn't been held yet. Once it got voted, the mappings were adapted and all the dependent work fixed as well. But three attribute names were overlooked and they become evident on developing 20212 which required them. This patch fixes this really tiny mistake. To test: 1. Just verify the voted attribute names. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 101412 [details] [review] Bug 24918: Fix attribute mappings in Koha::Acquisition::Basket When bug 18731 was written, the official vote on the RFC hadn't been held yet. Once it got voted, the mappings were adapted and all the dependent work fixed as well. But three attribute names were overlooked and they become evident on developing 20212 which required them. This patch fixes this really tiny mistake. To test: 1. Just verify the voted attribute names. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Nice work everyone! Pushed to master for 20.05 not backported to 19.11.x |