https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38196 --- Comment #4 from Jan Kissig <bibliothek@th-wildau.de> --- (In reply to David Nind from comment #3)
The patch still applies.
Could you clarify what is not working? I can't reproduce the issue described.
This is because the 'custom' filters at the top of the page (under the heading Catalog concerns) are not working - they do nothing when you click on them (for me).
Maybe this is another bug that has crept in since your patch was added?
What I did: 1. Created 4 authorized values for TICKET_STATUS: - Option 1 - Option 2 - Option 3 - Option 4 2. Created some catalog concerns (six in total). 3. For four catalog concerns, I changed the status to a mix of the options, resolved one, and left one open. 4. The "Filter resolved" filter worked as expected: - Filter resolved: 5 listed (only 1 resolved and this is not shown) - Include resolved: 6 listed 5. None of the custom filters (Filter Option 1, Filter Option 2, Filter Option 3, Filter Option 4) worked, and there were no errors or messages in the browser console. By not worked, I mean: - Clicking on any of the filters added to the authorized value category did nothing 6. After the patch, no change in behavour.
Hey David thank you for testing this. Are the TICKET_STATUS AVs named like 'Option 1' or 'Option1'. I just found that having a white space in an AV the filters don't work. Maybe this already solves the problem for testing. As AVs may contain spaces (more than 50 in the db contain one), I have to fix that patch to make these working too. -- You are receiving this mail because: You are watching all bug changes.