Summary: | Selecting ALL Items in Inventory- only selects 20 | ||
---|---|---|---|
Product: | Koha | Reporter: | Kelly McElligott <kelly> |
Component: | Tools | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | andrew, caroline.cyr-la-rose, fridolin.somers, jonathan.druart, julian.maurice, mfuerst, victor |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
21.05.00,20.11.02,20.05.08
|
|
Circulation function: | |||
Bug Depends on: | 26150 | ||
Bug Blocks: | |||
Attachments: |
Bug 26983: Fix [un]select all links in inventory
Bug 26983: Fix [un]select all links in inventory Bug 26983: Fix [un]select all links in inventory |
Description
Kelly McElligott
2020-11-10 01:10:37 UTC
Created attachment 114087 [details] [review] Bug 26983: Fix [un]select all links in inventory The select/unselect all links took into account only the items displayed when the page was loaded (so 20). Test plan: 1. Go to Tools-> Inventory-> Do a Search to produce more than 20 results 2. Select 50, 100 or All entries to show 3. click on Select All => All items must be selected, not only the first 20 Created attachment 114325 [details] [review] Bug 26983: Fix [un]select all links in inventory The select/unselect all links took into account only the items displayed when the page was loaded (so 20). Test plan: 1. Go to Tools-> Inventory-> Do a Search to produce more than 20 results 2. Select 50, 100 or All entries to show 3. click on Select All => All items must be selected, not only the first 20 Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> Ok fix is working. Will testing I see that "Select all" in fact selects the visible lines. Maybe we should rename it "Select visible rows", like in items search. Created attachment 114951 [details] [review] Bug 26983: Fix [un]select all links in inventory The select/unselect all links took into account only the items displayed when the page was loaded (so 20). Test plan: 1. Go to Tools-> Inventory-> Do a Search to produce more than 20 results 2. Select 50, 100 or All entries to show 3. click on Select All => All items must be selected, not only the first 20 Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Pushed to master for 21.05, thanks to everybody involved! Any chance this can be backported to 20.05? Pushed to 20.11.x for 20.11.02 (In reply to Martha Fuerst from comment #6) > Any chance this can be backported to 20.05? Surely Andrew will backport to 20.05.xx Surely I have done so :) Pushed to 20.05.x for 20.05.08 Not backported to oldoldstable (19.11.x). Feel free to ask if it's needed. |