| Summary: | Make it possible to view full serials history in staff without serials permissions | ||
|---|---|---|---|
| Product: | Koha | Reporter: | David Cook <dcook> |
| Component: | Serials | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | colin.campbell |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
David Cook
2020-06-10 06:21:58 UTC
I think the answer is probably to make a "/cgi-bin/koha/catalogue/serial-issues.pl" script. Rather than fiddling with permissions in the "serials" module, I figure we can just expose that data via the "catalogue" module. We could create a Template::Toolkit include that works in both modules to reduce copy/paste template boilerplate. Actually, now I'm thinking that we should add a /api/v1/serials/issues REST API endpoint. We could then refactor the Staff Client and OPAC to use that API endpoint (starting with the /cgi-bin/koha/catalogue/detail.pl page). I don't think that I'll be working on this one, but it would be great to see an improvement in this area. |