Bug 27489

Summary: Rename system preference AnonSuggestions to OPACAnonymousSuggestions
Product: Koha Reporter: Aleisha Amohia <aleisha>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Aleisha Amohia 2021-01-20 03:25:50 UTC
find all of the places in the code that refer to the 'AnonSuggestions' system preference and rename them to 'OPACAnonymousSuggestions'
write an atomic update to rename the AnonSuggestions system preference to OPACAnonymousSuggestions in the preferences table in the database
rename the AnonSuggestions syspref in sysprefs.sql

refer to bug 10328 for an example