[Koha-bugs] [Bug 25449] Make itemtype mandatory by default

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 6 05:44:55 CEST 2022


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #10 from David Nind <david at davidnind.com> ---
Tested using koha-testing-docker:

1. Reset KTD so that the web installer is used to setup Koha (see 'Start the
web installer' for steps on how to do this).
2. Walk through the setup:
   . When setting up the default settings, don't add any of the optional data
except item types
3. Once setup and logged in, check the two frameworks (default and ACQ) and
note that $952$y is 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$y is now mandatory.

Start the web installer
~~~~~~~~~~~~~~~~~~~~~~~

Sometimes you need to test the web installer instead of using the default setup
and sample data created by KTD:

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