Bugzilla – Attachment 184065 Details for
Bug 40370
about.pl should NOT say "Run the following SQL to fix the database"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40370: Remove incorrect DB audit instruction and fix HTML formatting
Bug-40370-Remove-incorrect-DB-audit-instruction-an.patch (text/plain), 1.53 KB, created by
David Cook
on 2025-07-15 01:17:44 UTC
(
hide
)
Description:
Bug 40370: Remove incorrect DB audit instruction and fix HTML formatting
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-07-15 01:17:44 UTC
Size:
1.53 KB
patch
obsolete
>From 9c919c2a5d6feaca25fe0c1f3325c041e1e4d9e3 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 15 Jul 2025 01:09:18 +0000 >Subject: [PATCH] Bug 40370: Remove incorrect DB audit instruction and fix HTML > formatting > >This change removes the incorrect instruction from about.pl: >"Run the following SQL to fix the database" and fixes the HTML >formatting so that the line "-- Convert schema '' to '':;" is >displayed correctly at the start of the line. > >Test plan: >0. Apply the patch >1. Go to http://localhost:8081/cgi-bin/koha/about.pl?tab=database >2. Note that "Run the following SQL to fix the database" no >longer appears and "--Convert schema '' to '':;" starts >at the beginning of the line instead of with leading whitespaces. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 94488c61da..d368b507bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -806,11 +806,7 @@ > </div> > [% IF db_audit.diff_found %] > <div> >- <p>Run the following SQL to fix the database:</p> >- <pre> >- <code>[% db_audit.diff | $raw %]</code> >- </pre >- > >+ <pre><code>[% db_audit.diff | $raw %]</code></pre> > </div> > [% END %] > [% END # tab=database %] >-- >2.39.5
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 40370
:
184065
|
184094
|
184095