Bugzilla – Attachment 185378 Details for
Bug 40647
"dictionary" misspelled in rep_dictonary class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40647: Spell dictionary correctly
Bug-40647-Spell-dictionary-correctly.patch (text/plain), 1.23 KB, created by
Andrew Fuerste-Henry
on 2025-08-13 19:01:40 UTC
(
hide
)
Description:
Bug 40647: Spell dictionary correctly
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-08-13 19:01:40 UTC
Size:
1.23 KB
patch
obsolete
>From e302e0b0d70d4bd51e452c6e7cda099f19c3dac0 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Wed, 13 Aug 2025 18:59:46 +0000 >Subject: [PATCH] Bug 40647: Spell dictionary correctly > >To test: >1 - go to reports home >2 - inspect Reports dictionary >3 - see that it has class rep_dictonary >4 - apply patch, reload page >5 - see that class is now rep_dictionary >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >index 684b5362e5d..abd2eb95384 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >@@ -54,7 +54,7 @@ > </form> > </fieldset> > [% END %] >- <div class="rep_dictonary"> >+ <div class="rep_dictionary"> > <h2>Reports dictionary</h2> > <ul> > <li><a href="/cgi-bin/koha/reports/dictionary.pl">View dictionary</a></li> >-- >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 40647
:
185378
|
185405
|
185437