Summary: | Offer user a dropdown of authorized values instead of a text field in preferences | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | System Administration | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, fridolin.somers, gmcharlt, testopia |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Caroline Cyr La Rose | Documentation submission: | https://gitlab.com/koha-community/koha-manual/-/merge_requests/790 |
Text to go in the release notes: | Version(s) released in: |
23.11.00
|
|
Circulation function: | |||
Bug Depends on: | 31730 | ||
Bug Blocks: | |||
Attachments: |
Bug 31731: Offer user a dropdown of authorized values instead of a text field in preferences
Bug 31731: Offer user a dropdown of authorized values instead of a text field in preferences Bug 31731: Offer user a dropdown of authorized values instead of a text field in preferences Bug 31731: (QA follow-up) Add pull down to DefaultLongOverdueLostValue and DefaultLongOverdueChargeValue preferences |
Description
Owen Leonard
2022-10-10 18:55:23 UTC
Created attachment 153269 [details] [review] Bug 31731: Offer user a dropdown of authorized values instead of a text field in preferences This patch updates the system preferences interface so that preferences which ask for a single authorized value can offer a dropdown menu of choices instead of a text field. The patch also updates a few existing preferences to use the new feature: BundleLostValue, BundleNotLoanValue, and ClaimReturnedLostValue. To test, apply the patch and restart services. - Go to Administration -> System preferences and search for "authorized value." - The search results should include the entries for BundleLostValue, BundleNotLoanValue, and ClaimReturnedLostValue. - Confirm that the dropdowns show the correct authorized value category (LOST or NOT_LOAN) - Confirm that setting or unsetting each of the preferences works correctly. Created attachment 153270 [details] [review] Bug 31731: Offer user a dropdown of authorized values instead of a text field in preferences This patch updates the system preferences interface so that preferences which ask for a single authorized value can offer a dropdown menu of choices instead of a text field. The patch also updates a few existing preferences to use the new feature: BundleLostValue, BundleNotLoanValue, and ClaimReturnedLostValue. To test, apply the patch and restart services. - Go to Administration -> System preferences and search for "authorized value." - The search results should include the entries for BundleLostValue, BundleNotLoanValue, and ClaimReturnedLostValue. - Confirm that the dropdowns show the correct authorized value category (LOST or NOT_LOAN) - Confirm that setting or unsetting each of the preferences works correctly. Signed-off-by: Sam Lau <samalau@gmail.com> Created attachment 153514 [details] [review] Bug 31731: Offer user a dropdown of authorized values instead of a text field in preferences This patch updates the system preferences interface so that preferences which ask for a single authorized value can offer a dropdown menu of choices instead of a text field. The patch also updates a few existing preferences to use the new feature: BundleLostValue, BundleNotLoanValue, and ClaimReturnedLostValue. To test, apply the patch and restart services. - Go to Administration -> System preferences and search for "authorized value." - The search results should include the entries for BundleLostValue, BundleNotLoanValue, and ClaimReturnedLostValue. - Confirm that the dropdowns show the correct authorized value category (LOST or NOT_LOAN) - Confirm that setting or unsetting each of the preferences works correctly. Signed-off-by: Sam Lau <samalau@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 153515 [details] [review] Bug 31731: (QA follow-up) Add pull down to DefaultLongOverdueLostValue and DefaultLongOverdueChargeValue preferences Adds LOST pull downs to 2 more preferences. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Love this, really nice enhancement! Pushed to master for 23.11. Nice work everyone, thanks! Enhancement not pushed to 23.05.x |