Bugzilla – Attachment 111141 Details for
Bug 26290
Add the ability to set a default SMTP server in koha-conf.xml
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26290: Display the correct default values on the admin page
Bug-26290-Display-the-correct-default-values-on-th.patch (text/plain), 1.01 KB, created by
Jonathan Druart
on 2020-10-02 12:16:05 UTC
(
hide
)
Description:
Bug 26290: Display the correct default values on the admin page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-10-02 12:16:05 UTC
Size:
1.01 KB
patch
obsolete
>From cc352ddc19f418665745d934e1d71bfa922de4d4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 2 Oct 2020 12:07:15 +0200 >Subject: [PATCH] Bug 26290: Display the correct default values on the admin > page > >The "Default configuration" section at the top of the SMTP servers admin page >contains the hardcoded values in Koha::SMTP::Servers->default_setting. > >It should be the values from the config (and default to hardcoded values unless defined) >--- > admin/smtp_servers.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/smtp_servers.pl b/admin/smtp_servers.pl >index da2acee874..9423404dea 100755 >--- a/admin/smtp_servers.pl >+++ b/admin/smtp_servers.pl >@@ -174,7 +174,7 @@ if ( $op eq 'list' ) { > my $smtp_servers = Koha::SMTP::Servers->search; > $template->param( > servers_count => $smtp_servers->count, >- default_config => $smtp_servers->default_setting >+ default_config => $smtp_servers->get_default, > ); > } > >-- >2.20.1
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 26290
:
109035
|
109036
|
109617
|
109618
|
109949
|
110758
|
110759
|
110760
| 111141