Bugzilla – Attachment 111566 Details for
Bug 25029
AllowPatronToControlAutorenewal needs to have a disable setting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25029: Add autorenew_checkouts column to preferences json
Bug-25029-Add-autorenewcheckouts-column-to-prefere.patch (text/plain), 1.67 KB, created by
Nick Clemens (kidclamp)
on 2020-10-13 15:45:55 UTC
(
hide
)
Description:
Bug 25029: Add autorenew_checkouts column to preferences json
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-10-13 15:45:55 UTC
Size:
1.67 KB
patch
obsolete
>From 89c08a734d35bf52f8b19ae62a19b22d7f5c6aaf Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 13 Oct 2020 15:42:39 +0000 >Subject: [PATCH] Bug 25029: Add autorenew_checkouts column to preferences json > >Bug 24476 added autorenew_checkouts as a borrower column, intending it to be able to be >hidden if a library was not using the feature. > >When the column chooser was added, this column was not included. > >To test: >1 - Search system preferences for "BorrowerUnwantedFields" >2 - Click the box to change the value >3 - "autorenew_checkouts" is not an option >4 - Confirm that you see the option to opt patron out of autorenewal when editing patron on staff side >5 - Apply patch and restart everythign >6 - Search for the syspref again >7 - Note that now you can select "autorenew_checkouts" >8 - Check the box and save >9 - Confirm the opt out option is no longer visible during patron editing >--- > .../intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json >index 62b75d2705..40530cca7c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json >@@ -51,5 +51,6 @@ > "altcontactzipcode": "altcontactzipcode", > "altcontactcountry": "altcontactcountry", > "altcontactphone": "altcontactphone", >- "smsalertnumber": "smsalertnumber" >+ "smsalertnumber": "smsalertnumber", >+ "autorenew_checkouts": "autorenew_checkouts" > } >-- >2.11.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 25029
:
111566
|
115446
|
128080