Bugzilla – Attachment 64150 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]
Bug 18741: Fix loading of SQL files in web installer
Bug-18741-Fix-loading-of-SQL-files-in-web-installe.patch (text/plain), 1.18 KB, created by
Nick Clemens (kidclamp)
on 2017-06-09 15:20:22 UTC
(
hide
)
Description:
Bug 18741: Fix loading of SQL files in web installer
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-06-09 15:20:22 UTC
Size:
1.18 KB
patch
obsolete
>From 17804dedf8ae146c08ad1a62e35fd63ad47a8494 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] 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> >--- > installer/install.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/install.pl b/installer/install.pl >index e4efda7..ac43214 100755 >--- a/installer/install.pl >+++ b/installer/install.pl >@@ -245,7 +245,7 @@ elsif ( $step && $step == 3 ) { > > my ( $fwk_language, $list ) = > $installer->load_sql_in_order( $all_languages, >- scalar $query->param('framework') ); >+ $query->multi_param('framework') ); > $template->param( > "fwklanguage" => $fwk_language, > "list" => $list >-- >2.1.4
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