https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27466
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from David Nind <[email protected]> --- My testing notes. Test plan (numbered): 1. git checkout ed3e4540d73c1c3009375ad339e09a2e676fa1bd (20.06.00.022) 2. reset_all 3. Set the value of QuoteOfTheDay to 0 4. git checkout bug_27466 (master + this patch) 5. updatedatabase => QuoteOfTheDay is an empty string 6. git checkout ed3e4540d73c1c3009375ad339e09a2e676fa1bd (20.06.00.022) 7. reset_all 8. Set the value of QuoteOfTheDay to 1 9. git checkout bug_27466 (master + this patch) 10. updatedatabase => QuoteOfTheDay is set to "opac" Notes: - Used koha-testing-docker - Step 3: . koha-mysql kohadev . SELECT value FROM systempreferences WHERE variable='QuoteOfTheDay'; . was already 0 (QuoteOfTheDay not enabled) - Step 4: . git checkout master . git checkout -b bz27466 . git bz apply 27466 - Step 5: . same as step 3 . there is no value, that is, it is empty - Step 8: . log in to the staff interface and enable the QuoteOfTheDay system preference - Step 9: git checkout -b bz27466 - Step 10: . koha-mysql kohadev . SELECT value FROM systempreferences WHERE variable='QuoteOfTheDay'; . QuoteOfTheDay is set to "opac"! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
