| Summary: | record method, required for bug 26611, missing from Koha::Authority | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
| Component: | Cataloging | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
| Status: | CLOSED FIXED | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
| Severity: | major | ||
| Priority: | P5 - low | CC: | aleisha, fridolin.somers, m.de.rooy, matt.blenkinsop, wainuiwitikapark |
| Version: | 22.11 | Keywords: | rel_22_05_candidate |
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
22.11.12, 22.05.18
|
Circulation function: | |
| Bug Depends on: | 26611 | ||
| Bug Blocks: | |||
| Attachments: | Bug 35343: Add record accessor method to Koha::Authority | ||
|
Description
Martin Renvoize (ashimema)
2023-11-15 17:05:52 UTC
Created attachment 159001 [details] [review] Bug 35343: Add record accessor method to Koha::Authority Code lifted from bug 31794 to fix already backported bug 26611. Unit tests included. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Testing on customer site to double-check the work then will pass directly to the 22.11.x rmaints. Confirmed no regressions introduced. Backported to 22.11.x - thanks Martin Marking RESOLVED FIXED.. this won't be needed for 22.05.x series (already resolved there in a different follow-up).. and it's a bugfix that doesn't need documenting. (In reply to Martin Renvoize from comment #5) > Marking RESOLVED FIXED.. this won't be needed for 22.05.x series (already > resolved there in a different follow-up).. and it's a bugfix that doesn't > need documenting. We've discovered this fix is needed for 22.05, the 22.05 patch on Bug 26611 wasn't applied, so this one will need to be backported Backported to 22.05.x |