Summary: | Author should be its own column on opac-readingrecord.tt | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | OPAC | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Aleisha Amohia <aleisha> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | aleisha, andrew.auld, caroline.cyr-la-rose, matt.blenkinsop, sbcornell |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | Caroline Cyr La Rose |
Documentation submission: | https://gitlab.com/koha-community/koha-manual/-/merge_requests/690 | Text to go in the release notes: | |
Version(s) released in: |
23.05.00
|
Circulation function: | |
Attachments: |
Bug 30621: Add author column to opac-readingrecord.tt
Bug 30621: Add author column to opac-readingrecord.tt Bug 30621: Add author column to opac-readingrecord.tt |
Description
Lucas Gass (lukeg)
2022-04-26 14:33:42 UTC
I've had two patrons ask for this in one day! It should be fairly straightforward, right? The Checked Out tab on the summary table is already split into title and author. Created attachment 149047 [details] [review] Bug 30621: Add author column to opac-readingrecord.tt To test: 1. Have a patron with some checkout history. 2. Go to that patrons OPAC reading history page, notice author is listed in the same column as title. You cannot sort by author. 3. Apply patch and look again. 4. Now there should be an author column that allows patrons to sort by it. Maybe it would be best to also add column configuration to this table at this time? Created attachment 149049 [details] [review] Bug 30621: Add author column to opac-readingrecord.tt To test: 1. Have a patron with some checkout history. 2. Go to that patrons OPAC reading history page, notice author is listed in the same column as title. You cannot sort by author. 3. Apply patch and look again. 4. Now there should be an author column that allows patrons to sort by it. Signed-off-by: Andrew Auld <andrew.auld@ptfs-europe.com> Lovely! Created attachment 150354 [details] [review] Bug 30621: Add author column to opac-readingrecord.tt To test: 1. Have a patron with some checkout history. 2. Go to that patrons OPAC reading history page, notice author is listed in the same column as title. You cannot sort by author. 3. Apply patch and look again. 4. Now there should be an author column that allows patrons to sort by it. Signed-off-by: Andrew Auld <andrew.auld@ptfs-europe.com> Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> Pushed to master for 23.05. Nice work everyone, thanks! Enhancement - not backporting to 22.11.x |