| Summary: | List of lists in the staff client should have a default sort | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Lists | Assignee: | Chloe Alabaster <chloealabaster> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | brendan, chloealabaster, m.de.rooy |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 15583 - List of lists in the staff client should have a default sort
[SIGNED-OFF] Bug 15583 - List of lists in the staff client should have a default sort Bug 15583 - List of lists in the staff client should have a default sort |
||
|
Description
Owen Leonard
2016-01-15 13:30:55 UTC
Created attachment 47064 [details] [review] Bug 15583 - List of lists in the staff client should have a default sort To Test: 1- first make sure you have lists from different dates, -- if you dont you can go to databases and change the created_on date (by changing the date on the database you can also ensure that the shelfnumber doesn't align with the creation date, replicating the bug being fixed.) 2- after making lists apply patch and refresh page, the lists should be sorted by creation date by default instead of by the "shelfnumber" Created attachment 47136 [details] [review] [SIGNED-OFF] Bug 15583 - List of lists in the staff client should have a default sort To Test: 1- first make sure you have lists from different dates, -- if you dont you can go to databases and change the created_on date (by changing the date on the database you can also ensure that the shelfnumber doesn't align with the creation date, replicating the bug being fixed.) 2- after making lists apply patch and refresh page, the lists should be sorted by creation date by default instead of by the "shelfnumber" Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 47163 [details] [review] Bug 15583 - List of lists in the staff client should have a default sort To Test: 1- first make sure you have lists from different dates, -- if you dont you can go to databases and change the created_on date (by changing the date on the database you can also ensure that the shelfnumber doesn't align with the creation date, replicating the bug being fixed.) 2- after making lists apply patch and refresh page, the lists should be sorted by creation date by default instead of by the "shelfnumber" Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to Master - Should be in the May 2016 release. Thanks! |