Bugzilla – Attachment 160677 Details for
Bug 35686
Case missing from installer step 3 template title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35686: Case missing from installer step 3 template title
Bug-35686-Case-missing-from-installer-step-3-templ.patch (text/plain), 1.64 KB, created by
Lucas Gass (lukeg)
on 2024-01-08 23:51:39 UTC
(
hide
)
Description:
Bug 35686: Case missing from installer step 3 template title
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-01-08 23:51:39 UTC
Size:
1.64 KB
patch
obsolete
>From 79ba1eb156412883b9c41cbc06e4d21187add620 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 3 Jan 2024 13:08:12 +0000 >Subject: [PATCH] Bug 35686: Case missing from installer step 3 template title > >This patch adds a missing case to the display of the title on step 3 of >the web installer. This resulted in an empty first part of the title: >" > Web installer > Koha" > >To test, apply the patch and reset the database version from the command >line in Koha Testing Docker: > >> koha-mysql kohadev >> UPDATE systempreferences SET value = '23.1200002 WHERE variable = 'version'; >> quit >> Restart all > >- Go to the staff interface. You should be taken to the web installer. >- Log in to the web installer and proceed through until you get to the > "Updating database structure" page. >- Confirm that the page title is correct. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >index 3198cddd9d..b8f687d345 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >@@ -20,6 +20,9 @@ > [% t("Install basic configuration settings") | html %] > [% END %] > [% END %] >+ [% IF ( updatestructure ) %] >+ [% t("Updating database structure") | html %] >+ [% END %] > [% IF ( choosemarc ) %] > [% t("Select your MARC flavor") | html %] > [% END %] >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35686
:
160467
|
160593
|
160627
| 160677 |
160678