30 Mar
2020
30 Mar
'20
3:31 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25008 --- Comment #6 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 102083 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102083&action=edit Bug 25008: Overload Koha::RecordProcessor->options to update filters This patch overloads the 'options' accessor generated by Class:Accessor. It does so the passed options are used to refresh the loaded filters. Tests are added for this overloaded method as well. To test: 1. Apply this patches 2. Run: $ kshell k$ prove t/RecordProcessor.t => SUCCESS: Tests pass! 3. Sign off :-D -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.