https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41254 --- Comment #11 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 190345 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190345&action=edit Bug 41254: Allow filtering by all authorised values for multi-valued statuses Some item statuses can correspond to multiple authorised values: Not for loan, Withdrawn, Lost and Damaged. Until now, only a single entry could be selected, and filtering applied to all values at once. This change introduces finer-grained filtering by exposing each authorised value individually in the filter. Test plan: Assign multiple authorised values to items on a bibliographic record for the four affected attributes: Not for loan, Withdrawn, Lost and Damaged. Use the "Status" filter and verify that each value behaves as expected. Display note: The current dropdown presentation is not ideal. Suggestions for improvement are welcome, although avoiding optgroup would be preferable to keep the scope small. -- You are receiving this mail because: You are watching all bug changes.