[Koha-bugs] [Bug 25008] Koha::RecordProcessor->options doesn't refresh the filters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 30 15:31:10 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25008

--- Comment #6 from Tomás Cohen Arazi <tomascohen at 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.


More information about the Koha-bugs mailing list