Summary: | Add count to Today's checkouts/Previous checkouts | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Circulation | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Failed QA --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | andrew.auld, gmcharlt, kebliss, kyle.m.hall, philip.orr |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 38159: Add count to todays/previous checkouts
Bug 38159: Add count to todays/previous checkouts |
Description
Lucas Gass (lukeg)
2024-10-11 19:59:16 UTC
Created attachment 172704 [details] [review] Bug 38159: Add count to todays/previous checkouts To test: 1. APPLY Patch 2. Make some checkouts. 3. Change some of the checkouts to have an older issuedate. 4. When you open the checkouts tables you should see something like Today's checkouts (2) and Previous checkouts (1). Seems it needs a rebase, patch doesn't apply.. Using index info to reconstruct a base tree... M koha-tmpl/intranet-tmpl/prog/js/checkouts.js Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/js/checkouts.js CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/js/checkouts.js error: Failed to merge in the changes. Patch failed at 0001 Bug 38159: Add count to todays/previous checkouts Created attachment 180282 [details] [review] Bug 38159: Add count to todays/previous checkouts To test: 1. APPLY Patch 2. Make some checkouts. 3. Change some of the checkouts to have an older issuedate. 4. When you open the checkouts tables you should see something like Today's checkouts (2) and Previous checkouts (1). Thanks Lucas! I tested and it works fine. However - as soon as I click on one of the sorting headers in the issues table, the number in the parentheses disappears. E.G. click on the "Title" column to sort by title -> Number disappears. I couldn't get this to work. The numbers don't appear for me. |