Bug 27489 - Rename system preference AnonSuggestions to OPACAnonymousSuggestions
Summary: Rename system preference AnonSuggestions to OPACAnonymousSuggestions
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-20 03:25 UTC by Aleisha Amohia
Modified: 2021-01-20 03:25 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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