Bugzilla – Attachment 192280 Details for
Bug 41522
Make system preferences clickable for warnings in About Koha > System information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41522: Remove debug output from clickable sysprefs warning
Bug-41522-Remove-debug-output-from-clickable-syspr.patch (text/plain), 5.79 KB, created by
Oli Williams
on 2026-01-31 05:05:19 UTC
(
hide
)
Description:
Bug 41522: Remove debug output from clickable sysprefs warning
Filename:
MIME Type:
Creator:
Oli Williams
Created:
2026-01-31 05:05:19 UTC
Size:
5.79 KB
patch
obsolete
>From 8e639ca2bc029fb4741e082dd027718146e48547 Mon Sep 17 00:00:00 2001 >From: Oli Williams <imhungryoliver@gmail.com> >Date: Sat, 31 Jan 2026 05:04:14 +0000 >Subject: [PATCH] Bug 41522: Remove debug output from clickable sysprefs > warning > >--- > .../intranet-tmpl/prog/en/modules/about.tt | 26 +++++++++---------- > 1 file changed, 13 insertions(+), 13 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 2cc95bc..e209e67 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -622,7 +622,7 @@ > </td> > </tr> > [% END %] >- [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || 1 %] >+ [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %] > <tr> > <th scope="row"><strong class="error">Error</strong> </th> > <td> >@@ -636,7 +636,7 @@ > </td> > </tr> > [% END %] >- [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || 1 %] >+ [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %] > <tr> > <th scope="row"><strong>Warning</strong> </th> > <td> >@@ -670,7 +670,7 @@ > </td> > </tr> > [% END %] >- [% IF warnPrefOpacHiddenItems || 1 %] >+ [% IF warnPrefOpacHiddenItems %] > <tr> > <th scope="row"><strong>Warning</strong> </th> > <td> >@@ -734,7 +734,7 @@ > <td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration > Currencies and exchange rates</a> and mark one currency as active.</td> > </tr> > [% END %] >- [% IF warnStatisticsFieldsError || 1 %] >+ [% IF warnStatisticsFieldsError %] > <tr> > <th scope="row"><strong>Warning</strong> </th> > <td> >@@ -772,7 +772,7 @@ > <td> The PO directory has not been found. See <a href="https://wiki.koha-community.org/wiki/Translation_files">the dedicated wiki page</a> for more information. </td> > </tr> > [% END %] >- [% IF warnPassChangeNoticeMissing || 1 %] >+ [% IF warnPassChangeNoticeMissing %] > <tr> > <th scope="row"><strong>Warning</strong> </th> > <td> >@@ -787,8 +787,8 @@ > </td> > </tr> > [% END %] >- [% IF warnILLConfiguration || 1 %] >- [% IF no_ill_backends || 1 %] >+ [% IF warnILLConfiguration %] >+ [% IF no_ill_backends %] > <tr> > <th scope="row"><strong>Warning</strong> </th> > <td> >@@ -822,7 +822,7 @@ > </td> > </tr> > [% END %] >- [% IF ill_partner_code_no_patrons || 1 %] >+ [% IF ill_partner_code_no_patrons %] > <tr> > <th scope="row"><strong>Warning</strong> </th> > <td> >@@ -842,7 +842,7 @@ > </td> > </tr> > [% END %] >- [% IF ill_branch_not_defined || 1 %] >+ [% IF ill_branch_not_defined %] > <tr> > <th scope="row"><strong>Warning</strong> </th> > <td> >@@ -856,7 +856,7 @@ > </td> > </tr> > [% END %] >- [% IF ill_partner_code_doesnt_exist || 1 %] >+ [% IF ill_partner_code_doesnt_exist %] > <tr> > <th scope="row"><strong>Warning</strong> </th> > <td> >@@ -876,7 +876,7 @@ > </td> > </tr> > [% END %] >- [% IF ill_deprecated_backend_freeform_is_installed || 1 %] >+ [% IF ill_deprecated_backend_freeform_is_installed %] > <tr> > <th scope="row"><strong>Warning</strong> </th> > <td> >@@ -910,7 +910,7 @@ > > > [% END %] > >- [% IF oauth2_missing_deps || 1 %] >+ [% IF oauth2_missing_deps %] > <tr> > <th scope="row"><strong>Warning</strong> </th> > <td> >@@ -930,7 +930,7 @@ > <td> Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %] </td> > </tr> > [% END %] >- [% IF config_bcrypt_settings_no_set || 1 %] >+ [% IF config_bcrypt_settings_no_set %] > <tr> > <th scope="row"><strong>Warning</strong> </th> > <td> >-- >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 41522
:
191735
|
191776
|
191838
|
191894
|
192115
|
192280
|
192281
|
192682