https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21158 Bug ID: 21158 Summary: Add cronjob references to the system preference descriptions if a cronjob is required Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: caroline.cyr-la-rose@inlibro.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Add a reference in the system preference description saying this syspref requires a cronjob in order to work properly. Something like "Note: This system preference requires the misc/cronjobs/blah-blah.pl. Ask you system administrator to schedule it." The following system preferences require cronjobs. The starred sysprefs already have a reference to their cronjob, but it would be nice to standardize the message. - StaticHoldsQueueWeight: misc/cronjobs/holds/build_holds_queue.pl - ExpireReservesMaxPickUpDelay: misc/cronjobs/holds/cancel_expired_holds.pl - AutoResumeSuspendedHolds: misc/cronjobs/holds/auto_unsuspend_holds.pl - * finesMode: misc/cronjobs/fines.pl - DefaultLongOverdueLostValue: misc/cronjobs/longoverdue.pl - DefaultLongOverdueChargeValue: misc/cronjobs/longoverdue.pl - PatronSelfRegistrationExpireTemporaryAccountsDelay: misc/cronjobs/delete_expired_opac_registrations.pl - PatronSelfRegistrationVerifyByEmail: misc/cronjobs/delete_unverified_opac_registrations.pl - EnhancedMessagingPreferences: misc/cronjobs/process_message_queue.pl & misc/cronjobs/advance_notices.pl - NewItemsDefaultLocation: misc/cronjobs/cart_to_shelf.pl - InProcessingToShelvingCart: misc/cronjobs/cart_to_shelf.pl - ReturnToShelvingCart: misc/cronjobs/cart_to_shelf.pl - * AuthorityMergeLimit: misc/migration_tools/merge_authority.pl - * OpacBrowser: misc/cronjobs/build_browser_and_cloud.pl - * OpacCloud: misc/cronjobs/build_browser_and_cloud.pl - * UsageStats: share_usage_with_koha_community.pl - * PurgeSuggestionsOlderThan: misc/cronjobs/purge_suggestions.pl - MembershipExpiryDaysNotice: misc/cronjobs/membership_expiry.pl -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.