Bug 38404 - Make clear in RestrictPatronsWithFailedNotices syspref description that restrict_patrons_with_failed_notices.pl cronjob has default days setting
Summary: Make clear in RestrictPatronsWithFailedNotices syspref description that restr...
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Andrew Fuerste-Henry
QA Contact: Lucas Gass (lukeg)
URL:
Keywords:
Depends on: 23295
Blocks:
  Show dependency treegraph
 
Reported: 2024-11-07 22:45 UTC by Aleisha Amohia
Modified: 2025-07-25 20:35 UTC (History)
4 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
25.11.00
Circulation function:


Attachments
Bug 38404: Add explanatory text to RestrictPatronsWithFailedNotices (1.57 KB, patch)
2025-01-31 19:16 UTC, Andrew Fuerste-Henry
Details | Diff | Splinter Review
Bug 38404: Add explanatory text to RestrictPatronsWithFailedNotices (1.57 KB, patch)
2025-04-02 14:52 UTC, Felicie
Details | Diff | Splinter Review
Bug 38404: Add explanatory text to RestrictPatronsWithFailedNotices (1.63 KB, patch)
2025-07-25 15:27 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Aleisha Amohia 2024-11-07 22:45:46 UTC
New cronjob restrict_patrons_with_failed_notices.pl added by Bug 23295 will always affect notices failed in the last 7 days.

This should be made clear to library staff in the syspref description. 

For example the description could be changed to:

"a restriction to a patron when Koha has failed to send their email and SMS messages in the previous 7 days"
Comment 1 Andrew Fuerste-Henry 2025-01-31 19:16:04 UTC
Created attachment 177408 [details] [review]
Bug 38404: Add explanatory text to RestrictPatronsWithFailedNotices

To test:
apply the patch and search for RestrictPatronsWithFailedNotices in sysprefs. It will now include a note that the cron looks at the preceding 7 days.
Comment 2 Felicie 2025-04-02 14:52:56 UTC
Created attachment 180409 [details] [review]
Bug 38404: Add explanatory text to RestrictPatronsWithFailedNotices

To test:
apply the patch and search for RestrictPatronsWithFailedNotices in sysprefs. It will now include a note that the cron looks at the preceding 7 days.
Comment 3 Felicie 2025-04-02 14:54:14 UTC
The information for the preceding 7 days is displayed correctly.
Comment 4 Lucas Gass (lukeg) 2025-07-25 15:27:14 UTC
Created attachment 184648 [details] [review]
Bug 38404: Add explanatory text to RestrictPatronsWithFailedNotices

To test:
apply the patch and search for RestrictPatronsWithFailedNotices in sysprefs. It will now include a note that the cron looks at the preceding 7 days.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>