]> git.koha-community.org Git - koha.git/commit
Bug 30585: Fix library options on table settings for course_reserves_table
authorKatrin Fischer <katrin.fischer.83@web.de>
Mon, 6 Jun 2022 21:02:25 +0000 (21:02 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 12 Jul 2022 19:36:13 +0000 (19:36 +0000)
commitffbaee5afa37d285af62da22940602e11bd0be03
tree4d84d2a121f87fcbdbb4f943b022466f551a2407
parentf5144061ef6812ec285309546627ba4ba52fec4b
Bug 30585: Fix library options on table settings for course_reserves_table

The table on  course-details.pl has columns for both home library and jolding library,
but course_reserves_table in the Table configuration admin area only has a
single toggle for 'library'.

Hiding 'library' hides the home library column. Anything after that is off by one.
Hiding 'staff_note' actually hides the holding library column, 'link' hides
Public note, etc.

To test:
- Add a course and some course reserves
- Go to table configuration and hide 'staff note'
- Look at the list of course reserves for your course
- Verify the wrong column was hidden
- Apply patch
- The configuration area now shows holding_library and home_library
  as separate options.
- Change the settings and verify everything now hides/displays correctly.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 972330bc9e13e40564885bcf0ef1723abcc51772)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
admin/columns_settings.yml