Summary: | Authorised values on the batch item modification page are not displayed in order (order by code, not lib) | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Tools | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, jonathan.druart, lucas, martin.renvoize |
Version: | Main | ||
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: | ||
Circulation function: | |||
Bug Depends on: | 21635 | ||
Bug Blocks: | |||
Attachments: |
Bugs 22022: Correct ordering for authorised values
Bug 22022: Correct ordering for authorised values Bug 22022: Correct ordering for authorised values |
Description
Nick Clemens (kidclamp)
2018-12-18 18:27:57 UTC
Created attachment 83371 [details] [review] Bugs 22022: Correct ordering for authorised values To test: 1 - Add a shelving location with code "ZZZZ" and lib "Awake" 2 - Load some items in batch modification 3 - Note shelving location dropdown is wrong 4 - Apply patch 5 - Reload page 6 - Note order is correct I attached a patch that is a quick fix, however, this should probably be a template plugin to create these dropdown. Created attachment 83373 [details] [review] Bug 22022: Correct ordering for authorised values To test: 1 - Add a shelving location with code "ZZZZ" and lib "Awake" 2 - Load some items in batch modification 3 - Note shelving location dropdown is wrong 4 - Apply patch 5 - Reload page 6 - Note order is correct Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 83399 [details] [review] Bug 22022: Correct ordering for authorised values To test: 1 - Add a shelving location with code "ZZZZ" and lib "Awake" 2 - Load some items in batch modification 3 - Note shelving location dropdown is wrong 4 - Apply patch 5 - Reload page 6 - Note order is correct Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Awesome work all! Pushed to master for 19.05 Pushed to 18.11.x for 18.11.01 backported to 18.05 for 18.05.08 |