Summary: | Web-based installer mentions PostgreSQL | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Hayley Pelham <hayleypelham> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | gmcharlt, hayleypelham, jonathan.druart |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 22366: Amended help text - Web Installer step2 |
Description
Magnus Enger
2019-02-19 08:17:03 UTC
Looks like it has been caused by commit 6596513d4b5e0d20ee6b68fadbee2e5841997115 Bug 17942 - Update style of the web installer with Bootstrap 3 Because the test was: - [% IF dbms == 'mysql' %]<a href="https://dev.mysql.com/doc/refman/5.5/en/grant.html"> Created attachment 85971 [details] [review] Bug 22366: Amended help text - Web Installer step2 On Step 2 of the Web Installer, the 'Need Help?' section refers to MySQL documentation if the DB used is MySQL, or refers to PostgreSQL documentation in all other cases. This patch removes the reference to PostgreSQL and instead only displays the 'Need Help' text if the user's database is MySQL. To test: When running the Web Installer, if you are using MySQL then text that says Need Help? with a link to the documentation should be present. If you are using anything else (PostgreSQL, MariaDB, etc.), this text and link should not be present. |