Summary: | Web installer does not load default data | ||
---|---|---|---|
Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Julian Maurice <julian.maurice> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | critical | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, indradg, jonathan.druart, mtj, mtompset |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 18632 | ||
Bug Blocks: | |||
Attachments: |
Bug 18741: Fix loading of SQL files in web installer
Bug 18741: Fix loading of SQL files in web installer Bug 18741: Fix loading of SQL files in web installer [16.11.x] Bug 18741: Fix loading of SQL files in web installer |
Description
Julian Maurice
2017-06-07 09:10:23 UTC
It seems to be caused by bug 18632. I'm preparing a patch Created attachment 64074 [details] [review] 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 Created attachment 64150 [details] [review] 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> Created attachment 64157 [details] [review] 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> Pushed to master for 17.11, thanks to everybody involved! Pushed to 17.05.x, will be in 17.05.01 Dependency is not in 16.11.x - so this is probably not be needed there. Also: doesn't apply. *** Bug 18803 has been marked as a duplicate of this bug. *** (In reply to Katrin Fischer from comment #7) > Dependency is not in 16.11.x - so this is probably not be needed there. > Also: doesn't apply. Since this comment, bug 18632 was pushed in 16.11.x and 16.05.x, so the fix is now needed in these versions too. Created attachment 66835 [details] [review] [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> Hi Julian, thx for the 16.11.x patch! This patch has been pushed to 16.11.x and will be in 16.11.12. Pushed to 16.05.x, for 16.05.17 release |