Bug 20960

Summary: System preference 'automatic_item_modification_by_age_configuration' does not appear in staff client.
Product: Koha Reporter: Barton Chittenden <barton>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Barton Chittenden 2018-06-18 17:36:48 UTC
The system preference 'automatic_item_modification_by_age_configuration', used in  misc/cronjobs/automatic_item_modification_by_age.pl, does not show in a system preference search.

I think this is because it's missing from 

./koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/*.pref
Comment 1 Katrin Fischer 2018-06-18 20:36:49 UTC
It's a tool, not a system preference.
Comment 2 Katrin Fischer 2018-06-18 20:41:05 UTC
Should explain that a little more, the configuration is set in its own tool and then added to the systempreferences table for storage. Once you have set the first rule, it will appear on the 'local use' tab. This is a trick similar to the one used by the 'did you see' feature. It's intentional it's not showing up in search as you are not supposed to edit the rules by hand.