https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38122 --- Comment #110 from David Nind <david@davidnind.com> --- Created attachment 197775 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197775&action=edit Screenshots - Group by status Had a go at testing, some questions and observations: 1. How is the grouping by status expected to work - alphabetical? (Can't really work out how it is ordered.) 2. When you click on "Group by status": - Filters are shown, but the link above the table is still "Show filters" - "Group by status" changes to "Ungroup by status" - Additional space is needed between the icon and "Ungroup by status" 3. If I click "Ungroup by status": - Filters are still shown for columns - Additional space is needed between the icon and "Group by status" I've attached a PDF with screenshots: 1 - New group by status option 2 - Group by status clicked 3 - After clicking Ungroup by status Testing notes (using KTD): 1. Use a record with several items. (I used Intermediate Perl, biblionumber = 126) 2. Use the "Add multiple copies of this item" when adding items to add items with different statuses (New > New item): - Withdrawn status: Withdrawn - Lost status: Missing - Damaged status: Damaged - Not for loan: Not for loan 3. Checkout some items to some patrons 4. Place an item on hold for a patron and check it in so that it is waiting for pickup 5. Apply the patch 6. yarn api:bundle (not sure if this is required) 7. yarn build (not sure if this is required) 8. Restart everything: restart_all 9. Clear the browser cache 10. Go to the record you added items for with different statuses 11. Note the "Group by status" link above the holdings table in the holdings tab (Show filters - Select all - Clear all - Group by status) 12. Clicking "Group by status" will order/group the items by the values in the status column (note: not in alphabetical order by status, but items with the same status are grouped together) -- You are receiving this mail because: You are watching all bug changes.