Bugzilla – Attachment 162224 Details for
Bug 32693
The 'About Koha' page loads slowly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32693: Preparation: About script: versions
Bug-32693-Preparation-About-script-versions.patch (text/plain), 1.25 KB, created by
David Nind
on 2024-02-15 18:58:34 UTC
(
hide
)
Description:
Bug 32693: Preparation: About script: versions
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-02-15 18:58:34 UTC
Size:
1.25 KB
patch
obsolete
>From 0c0bdd274bce751aaed63c16f292e95ef5e83e6e Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 15 Feb 2024 13:33:37 -0100 >Subject: [PATCH] Bug 32693: Preparation: About script: versions > >versions is being used in both 'team' and 'about' tabs, needs to be >moved > >Signed-off-by: David Nind <david@davidnind.com> >--- > about.pl | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/about.pl b/about.pl >index 4a02a74b2b..cade0c7177 100755 >--- a/about.pl >+++ b/about.pl >@@ -80,6 +80,7 @@ if ( defined C4::Context->config('docdir') ) { > $docdir = C4::Context->config('intranetdir') . '/docs'; > } > >+my %versions = C4::Context::get_versions(); > my $config_timezone = C4::Context->config('timezone') // ''; > my $config_invalid = !DateTime::TimeZone->is_valid_name( $config_timezone ); > my $env_timezone = $ENV{TZ} // ''; >@@ -672,8 +673,6 @@ $template->param( 'bad_yaml_prefs' => \@bad_yaml_prefs ) if @bad_yaml_prefs; > $template->param( warnDbRowFormat => C4::Installer->has_non_dynamic_row_format ); > } > >-my %versions = C4::Context::get_versions(); >- > $template->param( > prefRequireChoosingExistingAuthority => $prefRequireChoosingExistingAuthority, > prefAutoCreateAuthorities => $prefAutoCreateAuthorities, >-- >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 32693
:
161832
|
161881
|
161883
|
162208
|
162209
|
162210
|
162211
|
162212
|
162213
|
162214
|
162219
|
162220
|
162221
|
162222
|
162223
|
162224
|
162225
|
162660
|
162661
|
162662
|
162663
|
162664
|
162665
|
162666
|
165251
|
165252
|
165253
|
165254
|
165255
|
165256
|
165257
|
166421