Bugzilla – Attachment 66835 Details for
Bug 18741
Web installer does not load default data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[16.11.x] Bug 18741: Fix loading of SQL files in web installer
1611x-Bug-18741-Fix-loading-of-SQL-files-in-web-in.patch (text/plain), 1.39 KB, created by
Julian Maurice
on 2017-09-05 07:45:12 UTC
(
hide
)
Description:
[16.11.x] Bug 18741: Fix loading of SQL files in web installer
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-09-05 07:45:12 UTC
Size:
1.39 KB
patch
obsolete
>From 941840efbd229d134b659f9fbf56e135bd92e1b6 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 7 Jun 2017 11:29:46 +0200 >Subject: [PATCH] [16.11.x] Bug 18741: Fix loading of SQL files in web > installer > >Test plan: >1. Start a normal install using the web installer >2. When asked to select data to load, verify that > 'message_transport_types' is checked, and check some optional data > files >3. Continue the install to the end >4. Verify that message_transport_types is not empty, and that the > optional data you checked is there > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > installer/install.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/install.pl b/installer/install.pl >index 3f47eb7186..173dbf5054 100755 >--- a/installer/install.pl >+++ b/installer/install.pl >@@ -204,7 +204,7 @@ elsif ( $step && $step == 3 ) { > # 1ST install, 3rd sub-step : insert the SQL files the user has selected > # > >- my ($fwk_language, $list) = $installer->load_sql_in_order($all_languages, scalar $query->param('framework')); >+ my ($fwk_language, $list) = $installer->load_sql_in_order($all_languages, $query->multi_param('framework')); > $template->param( > "fwklanguage" => $fwk_language, > "list" => $list >-- >2.11.0
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 18741
:
64074
|
64150
|
64157
| 66835