[Koha-bugs] [Bug 33419] Make home library and holding library in items mandatory by default

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 2 20:59:49 CEST 2023


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

Laura Escamilla <Laura.escamilla at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #16 from Laura Escamilla <Laura.escamilla at bywatersolutions.com> ---
Test plan to be used with KTD (Koha Testing Docker):

1. Reset KTD so that the web installer is used to setup Koha
2.  Setup the web installer
        -> When setting up the default settings, don't add any of the optional
data.
3. Once setup and logged in, check the two frameworks (default and ACQ) and
note that $952$a and $952$b are not mandatory.
4. Apply the patch.
5. Repeat steps 1-2.
6. Once setup and logged in, check the two frameworks (default and ACQ) and
note that $952$a and $952$b are now mandatory.

How to setup the web installer
~~~~~~~~~~~~~~~~~~~~~~~

1. Access the database server[1]: mysql -uroot -ppassword -hkoha_db_1
2. Drop the koha_kohadev database: drop database koha_kohadev;
3. Create the database: create database koha_kohadev;
4. Add privileges (for a real installation this would be limited): grant all on
koha_kohadev.* to koha_kohadev;
5. Restart everything (may not be required, but just to be safe):
flush_memcached + restart_all
6. Access the web installer: go to 127.0.0.1:8081
7. Use the database user name and password: get from
/etc/koha/sites/kohadev/koha-conf.xml (default: koha_kohadev, password)
8. Continue through the installation process

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


More information about the Koha-bugs mailing list