Summary: | Label batch editor title sorting by default, rather then label number | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Tools | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | tomascohen, veron |
Version: | unspecified | ||
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 13162 - Label batch editor title sorting by default, rather then label number
[Signed-off] Bug 13162 - Label batch editor title sorting by default, rather then label number [PASSED QA] Bug 13162 - Label batch editor title sorting by default, rather then label number |
Description
Kyle M Hall (khall)
2014-10-29 17:49:16 UTC
Created attachment 32933 [details] [review] Bug 13162 - Label batch editor title sorting by default, rather then label number The label batches editor has always sorted by the order the items were added to a batch. However, it is now sorting by title. This should be remedied. Test Plan: 1) Create a label batch 2) Note the items are in order of title ( summary ) 3) Apply this patch 4) Refresh the page, not the items are now sorted by label number Created attachment 32943 [details] [review] [Signed-off] Bug 13162 - Label batch editor title sorting by default, rather then label number The label batches editor has always sorted by the order the items were added to a batch. However, it is now sorting by title. This should be remedied. Test Plan: 1) Create a label batch 2) Note the items are in order of title ( summary ) 3) Apply this patch 4) Refresh the page, not the items are now sorted by label number Tiny patch. Works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 32958 [details] [review] [PASSED QA] Bug 13162 - Label batch editor title sorting by default, rather then label number The label batches editor has always sorted by the order the items were added to a batch. However, it is now sorting by title. This should be remedied. Test Plan: 1) Create a label batch 2) Note the items are in order of title ( summary ) 3) Apply this patch 4) Refresh the page, not the items are now sorted by label number Tiny patch. Works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Passes tests, works as described. Patch pushed to master. Thanks Kyle! |