| Summary: | Remove Koha::Template::Plugin::Biblio::CanArticleRequest | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | caroline.cyr-la-rose, fridolin.somers, tomascohen |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
24.05.00
|
|
| Circulation function: | |||
| Bug Depends on: | 35789 | ||
| Bug Blocks: | 35781 | ||
| Attachments: |
Bug 35790: Remove Koha::Template::Plugin::Biblio::CanArticleRequest
Bug 35790: Remove Koha::Template::Plugin::Biblio::CanArticleRequest |
||
|
Description
Jonathan Druart
2024-01-12 13:42:35 UTC
Created attachment 160964 [details] [review] Bug 35790: Remove Koha::Template::Plugin::Biblio::CanArticleRequest It is no longer used anywhere. Test plan: % git grep CanArticleRequest should not return any results Created attachment 161050 [details] [review] Bug 35790: Remove Koha::Template::Plugin::Biblio::CanArticleRequest It is no longer used anywhere. Test plan: % git grep CanArticleRequest should not return any results Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Trivial removal of unused sub, straight QA. Pushed for 24.05! Well done everyone, thank you! Not backported to 23.11.x Architecture change, nothing to add/edit in the Koha manual. |