https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16401 --- Comment #1 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 66025 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66025&action=edit Bug 16401: System preference staffClientBaseURL hardcoded to 'http://' Test plan: 1) Insert some value to staffBaseURL preference, without starting http:// 2) Apply the patch 3) Update database 4) Go to system preferences adminsitration, find the staffBaseURL preference, the inserted value should be prepended with 'http://' and the comment should be "This should be a complete URL, starting with http:// or https://. Do not include a trailing slash in the URL. (This must be filled in correctly for CAS, svc, and load_testing to work.)" 5) prove t/db_dependent/Auth_with_cas.t 6) prove t/db_dependent/selenium/basic_workflow.t 7) prove t/db_dependent/check_sysprefs.t -- You are receiving this mail because: You are watching all bug changes.