[Koha-bugs] [Bug 18721] New: C4::Installer uses Koha::Database instead

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 2 11:40:40 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18721

            Bug ID: 18721
           Summary: C4::Installer uses Koha::Database instead
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Installation and upgrade (command-line installer)
          Assignee: gmcharlt at gmail.com
          Reporter: olli-antti.kivilahti at jns.fi
        QA Contact: testopia at bugs.koha-community.org

C4::Installer->new()
duplicates code from Koha::Database->_new_schema()

Fixing by making C4::Installer get the db connection the normal way.

TEST PLAN:

use misc/devel/populate_db.pl
or  installer/install_automatic.pl

whichever you have

to deploy the default database.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list