Bugzilla – Attachment 159666 Details for
Bug 35450
Preservation system preferences should be authorised value pull downs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35450: Preservation system preferences should authval dropdowns
Bug-35450-Preservation-system-preferences-should-a.patch (text/plain), 2.15 KB, created by
Victor Grousset/tuxayo
on 2023-12-07 20:23:22 UTC
(
hide
)
Description:
Bug 35450: Preservation system preferences should authval dropdowns
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-12-07 20:23:22 UTC
Size:
2.15 KB
patch
obsolete
>From 79caac9b315b43a3df205a853bf094670e6beaee Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 1 Dec 2023 16:34:28 +0000 >Subject: [PATCH] Bug 35450: Preservation system preferences should authval > dropdowns > >This patch updates two preservation module system preferences so that >they offer dropdowns of "Not for loan" values instead of requiring entry >of a specific code. > >The patch also adds a missing "." at the end of one preference >description. > >To test, apply the patch and restart services. > >- Go to Administration -> System preferences. >- Search for "preservation" >- Check that the "PreservationNotForLoanDefaultTrainIn" and > "PreservationNotForLoanWaitingListIn" preferences have dropdowns > offering "Not for loan" values. >- Confirm that your choices are correctly saved. > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > .../prog/en/modules/admin/preferences/preservation.pref | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/preservation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/preservation.pref >index 0a3eb22c95..76484b52bd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/preservation.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/preservation.pref >@@ -9,8 +9,12 @@ Preservation: > - > - Use the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">NOT_LOAN</a> authorized value > - pref: PreservationNotForLoanWaitingListIn >- - to apply to items added to the waiting list >+ choices: authval >+ source: NOT_LOAN >+ - to apply to items added to the waiting list. > - > - Use the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">NOT_LOAN</a> authorized value > - pref: PreservationNotForLoanDefaultTrainIn >- - to apply to items added to a train >+ choices: authval >+ source: NOT_LOAN >+ - to apply to items added to a train. >-- >2.43.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35450
:
159463
|
159482
| 159666