Summary: | Add count of total titles in list to staff interface | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Lists | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | barbara.johnson, cbrannon, fridolin.somers, gmcharlt, m.de.rooy, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
With this the number of entries on a list will show in the detail page of a list in the staff interface.
|
Version(s) released in: |
23.05.00,22.11.02
|
Circulation function: | |||
Attachments: |
Bug 32173: Add list count to shelves.tt
Bug 32173: Add list count to shelves.tt Bug 32173: Add list count to shelves.tt |
Description
Lucas Gass (lukeg)
2022-11-10 21:09:52 UTC
Created attachment 143729 [details] [review] Bug 32173: Add list count to shelves.tt To test: 1. Build a list and look at it in the staff client. 2. No indication of how many items are in the list. 3. Apply patch and look again 4. You should see "This list contains x titles" Created attachment 143731 [details] [review] Bug 32173: Add list count to shelves.tt To test: 1. Build a list and look at it in the staff client. 2. No indication of how many items are in the list. 3. Apply patch and look again 4. You should see "This list contains x titles" Signed-off-by: Barbara Johnson <barbara.johnson@swbell.net> One small inconstancy, the lists table "contents" column says "X items". It should say "X titles". This is for another bug report. Created attachment 144765 [details] [review] Bug 32173: Add list count to shelves.tt To test: 1. Build a list and look at it in the staff client. 2. No indication of how many items are in the list. 3. Apply patch and look again 4. You should see "This list contains x titles" Signed-off-by: Barbara Johnson <barbara.johnson@swbell.net> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> The titles table should be adapted to be more similar to what we have in other places in Koha i.e. pagination, count, etc should all be DT controlled. Pushed to master for 23.05. Nice work everyone, thanks! Nice work, thanks everyone! Pushed to 22.11.x for the next release. Enhancement won't be backported to 22.05.x |