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

            Bug ID: 41663
           Summary: Wrong syspref values in some db_revs
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: 24.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Installation and upgrade (command-line installer)
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

When upgrading Koha from version 24.11.x to the latest release, several
warnings are displayed regarding system preferences that are incorrectly
configured.

Specifically, the following system preferences are expected to have boolean
values (0 or 1), but are currently set to an empty value (''):

ILLHistoryCheck

ILLOpacUnauthenticatedRequest

SeparateHoldingsByGroup

Additionally, there is a system preference, RequireChoosingExistingAuthority,
which is currently disabled. However, a warning indicates that
AutoCreateAuthorities must be enabled; otherwise, catalogers may add headings
that are not linked to authority records.

To replicate the issue:

Initialize a fresh instance of ktd, using main as the default branch in the
Koha repository.

Run git reset --hard 24.11.x.

Run ktd --shell to enter the container.

Run reset_all to downgrade the database to 24.11.

Exit the shell and run git reset --hard origin/main to switch back to the
latest version of Koha.

Run ktd --shell again to re-enter the container.

Run updatedatabase && yarn build to apply the upgrade.

Go to localhost:8081 (or the assigned port for the admin interface) -> More ->
'About Koha' -> 'System information'

You should be able to see the warning messages

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to