Summary: | Koha should respect DefaultToLoggedInLibraryCircRules on a single-library system | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Andrew Fuerste-Henry
2021-12-14 13:36:45 UTC
To expand a little on why this is an issue, here's what I see frequently: - a single-library system creates all of their rules on the All Libraries page - someone clones those rules to the branch-specific page (either accidentally or in confusion) - time passes, everyone forgets the branch-specific rules are there - someone edits the All Libraries rules to reflect a change in policy - loan behavior doesn't change, because Koha is following the branch-specific rules If we force Koha to always load the All Libraries rules first for a single-library system, we are telling Koha that the first rules it shows us should always be the last rules it enforces. We're explicitly forcing the system to take the more important rules and hide them behind some clicks. |