Bug 15038 - Move BatchCheckoutsValidCategories into the categories table
Summary: Move BatchCheckoutsValidCategories into the categories table
Status: RESOLVED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 11759
Blocks:
  Show dependency treegraph
 
Reported: 2015-10-20 14:02 UTC by Tomás Cohen Arazi
Modified: 2023-08-27 14:04 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi 2015-10-20 14:02:17 UTC
The batch checkouts feature introduced by bug 11759, adds a BatchCheckoutsValidCategories syspref which is a free-text one. It is expected to be filled with pipe-separated patron categories.

The syspref should be removed, and this should be moved to the categories table:

- A checkbox on editing patron categories (conditional to the BatchCheckouts syspref value)
- A new column: categories.allow_batch_checkouts
Comment 1 Katrin Fischer 2023-08-27 14:04:07 UTC
The system preference has since be changed and is now a nice multi-select presenting the different available patron categories. I think it's nice that you can set up the feature with a lot less clicks this way than it would be if this was moved to the patron category and we have nice UX now.

Closing, please reopen if you disagree!