[Koha-bugs] [Bug 35686] Case missing from installer step 3 template title

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 5 21:34:34 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35686

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This fixes a web browser
      release notes|                            |page title for the web
                   |                            |installer - from " > Web
                   |                            |installer > Koha" to
                   |                            |"Updating database
                   |                            |structure  > Web installer
                   |                            |> Koha".
                 CC|                            |david at davidnind.com

--- Comment #3 from David Nind <david at davidnind.com> ---
Does the title displayed on the page need updating as well?

Most pages have this title pattern, for example: Web installer › Update
database

On the page that this bug fixes, the page title is just: Updating database
structure

Should this be: Web installer › Updating database structure

Testing notes using KTD:

1. I used this statement to update the version: UPDATE systempreferences SET
value = '23.1200000' WHERE variable = 'version';
2. Restart everything: restart_all
3. Go to the staff interface
4. Upgrade starts
   - Use koha_kohadev as the user and password as the password
   - Grant more privileges to the koha_kohadev user:
     . mysql -uroot -ppassword -hkoha-db-1
     . use mysql
     . grant all on koha_kohadev.* to koha_kohadev;
     . flush privileges;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list