Bug 30597

Summary: Update wording of RestrictionBlockRenewing to include auto-renew
Product: Koha Reporter: Andrew Fuerste-Henry <andrewfh>
Component: System AdministrationAssignee: Andrew Fuerste-Henry <andrewfh>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: david, gmcharlt, kyle, martin.renvoize, rcoert, victor
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28746
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Martin Renvoize Documentation submission: https://gitlab.com/koha-community/koha-manual/-/merge_requests/567
Text to go in the release notes:
Version(s) released in:
22.05.00,21.11.06
Bug Depends on: 28747    
Bug Blocks:    
Attachments: Bug 30597: Update RestrictionBlockRenewal description to include auto renew
Bug 30597: Update RestrictionBlockRenewing description to include auto renew
Bug 30597: Update RestrictionBlockRenewing description to include auto renew

Description Andrew Fuerste-Henry 2022-04-22 15:58:48 UTC
In bug 28747 we changed the wording on this syspref to:
If a patron is restricted, (allow/block) renewing of items from the staff interface.

In retrospect, we should mentioned auto-renewals:

If a patron is restricted, (allow/block) renewing of items from the staff interface and via the automatic_renewals cronjob.
Comment 1 Andrew Fuerste-Henry 2022-04-22 16:16:12 UTC
Created attachment 133692 [details] [review]
Bug 30597: Update RestrictionBlockRenewal description to include auto renew

To test:
- apply the patch, find the syspref, see the new wording

To confirm the behavior:
- set the syspref to Block
- give a patron an auto-renewing checkout and a restriction
- run automatic_renewal.pl, see item does not renew
- switch syspref to allow, repeat, see renewal
Comment 2 Owen Leonard 2022-04-26 13:48:31 UTC
Created attachment 133900 [details] [review]
Bug 30597: Update RestrictionBlockRenewing description to include auto renew

To test:
- apply the patch, find the syspref, see the new wording

To confirm the behavior:
- set the syspref to Block
- give a patron an auto-renewing checkout and a restriction
- run automatic_renewal.pl, see item does not renew
- switch syspref to allow, repeat, see renewal

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 3 Katrin Fischer 2022-04-26 14:02:31 UTC
Created attachment 133902 [details] [review]
Bug 30597: Update RestrictionBlockRenewing description to include auto renew

To test:
- apply the patch, find the syspref, see the new wording

To confirm the behavior:
- set the syspref to Block
- give a patron an auto-renewing checkout and a restriction
- run automatic_renewal.pl, see item does not renew
- switch syspref to allow, repeat, see renewal

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Fridolin Somers 2022-05-02 21:25:40 UTC
Pushed to master for 22.05, thanks to everybody involved 🦄
Comment 5 Kyle M Hall 2022-05-13 15:48:09 UTC
Pushed to 21.11.x for 21.11.06
Comment 6 Victor Grousset/tuxayo 2022-06-23 01:45:06 UTC
Not backported to oldoldstable (21.05.x). Feel free to ask if it's needed.