Adding TalkingTechItivaPhoneNotification to sysprefs.sql is causing a test to fail on Jenkins: https://jenkins.koha-community.org/job/Koha_16.11.x_D8/lastBuild/testReport/junit/(root)/t_db_dependent_check_sysprefs_t/Syspref_TalkingTechItivaPhoneNotification_exists_in_the_database__356_/ I think we are missing a database update statement, checking for the existence of the system preference in the database and adding it, when it's not already there yet.
TalkingTechItivaPhoneNotification has been added by 3.05.00.022, but in sysprefs.sql with bug 18444. It may be missing for some installations.
Created attachment 63671 [details] [review] Bug 18600: Add pref TalkingTechItivaPhoneNotification if missing
Created attachment 63680 [details] [review] [SIGNED-OFF] Bug 18600: Add pref TalkingTechItivaPhoneNotification if missing Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Thx Jonathan!
Created attachment 63725 [details] [review] Bug 18600: Add pref TalkingTechItivaPhoneNotification if missing Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Pushed to master for 17.05, thanks Jonathan!
Will make Jenkins happier :) This patch has been pushed to 16.11.x and will be in 16.11.09.
Pushed to 16.05.x, for 16.05.15 release