Summary: | borrowers.guarantorid not present on database | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | REST API | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | arthur.suzuki, jonathan.druart, kyle, lucas, martin.renvoize, tomascohen, victor |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.05.00,21.11.06
|
|
Circulation function: | |||
Bug Depends on: | 14570 | ||
Bug Blocks: | |||
Attachments: |
Bug 30534: Remove guarantor_id attribute from the patron object
Bug 30534: Remove guarantor_id attribute from the patron object Bug 30534: Remove guarantor_id attribute from the patron object |
Description
Tomás Cohen Arazi (tcohen)
2022-04-13 19:31:13 UTC
Created attachment 133282 [details] [review] Bug 30534: Remove guarantor_id attribute from the patron object This patch removes an attribute that was actually removed 3 years ago and causes an exception when trying to search for it. The API responses don't include it anyways. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 133398 [details] [review] Bug 30534: Remove guarantor_id attribute from the patron object This patch removes an attribute that was actually removed 3 years ago and causes an exception when trying to search for it. The API responses don't include it anyways. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Created attachment 133530 [details] [review] Bug 30534: Remove guarantor_id attribute from the patron object This patch removes an attribute that was actually removed 3 years ago and causes an exception when trying to search for it. The API responses don't include it anyways. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> There are more occurrences that haven't been removed, see bug 14570 comment 251 The bug description makes it sound a bit like the column should be in the database, but I think this is about removing some left-over code, right? Pushed to master for 22.05, thanks to everybody involved [U+1F984] *** Bug 27077 has been marked as a duplicate of this bug. *** Pushed to 21.11.x for 21.11.06 Not backported to oldoldstable (21.05.x). Feel free to ask if it's needed. |