find all of the places in the code that refer to the 'reviewson' system preference and rename them to 'OPACComments' write an atomic update to rename the reviewson system preference to OPACComments in the preferences table in the database rename the reviewson syspref in sysprefs.sql refer to bug 10328 for an example
Created attachment 115623 [details] [review] Bug 27487: Rename system preference reviewson to OPACComments This patch renames the reviewson system pref to OPACComments Test Plan: 1. In Koha Administration, search for the reviewson system preferance 2. Note the presence of the reviewson system preferance 3. Apply the patch and run updatedatabase.pl 4. Repeat steps 1 and 2. The reviewson preferenace should be gone 5. Seach for and note the OPACComments system preferance 6. Ensure that the OPACComments system preferance operates correctly, as if it were reviewson
Created attachment 115713 [details] [review] Bug 27487: Rename system preference reviewson to OPACComments This patch renames the reviewson system pref to OPACComments Test Plan: 1. In Koha Administration, search for the reviewson system preferance 2. Note the presence of the reviewson system preferance 3. Apply the patch and run updatedatabase.pl 4. Repeat steps 1 and 2. The reviewson preferenace should be gone 5. Seach for and note the OPACComments system preferance 6. Ensure that the OPACComments system preferance operates correctly, as if it were reviewson Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Created attachment 115995 [details] [review] Bug 27487: Rename system preference reviewson to OPACComments This patch renames the reviewson system pref to OPACComments Test Plan: 1. In Koha Administration, search for the reviewson system preferance 2. Note the presence of the reviewson system preferance 3. Apply the patch and run updatedatabase.pl 4. Repeat steps 1 and 2. The reviewson preferenace should be gone 5. Seach for and note the OPACComments system preferance 6. Ensure that the OPACComments system preferance operates correctly, as if it were reviewson Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> https://bugs.koha-community.org/show_bug.cgi?id=27484
Pushed to master for 21.05, thanks to everybody involved!
Enhancement not pushed to 20.11.x