[Koha-bugs] [Bug 14646] Koha::RecordProcessor only accepts one filter at a time

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 5 21:17:29 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14646

--- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 41389
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41389&action=edit
Bug 14646: Koha::RecordProcessor should accept more than one filter

The docs say that Koha::RecordProcessor accepts more than one filter
at a time. But as the regression tests show it doesn't.

This is really important to extend its usage in record processing
(either to enforce policy, transform, etc).

This patch makes ->new evaluate the reference type of the passed filters
and builds an array with a single item if a scalar has been passed. The
loop now explicitly casts the filters as an array.

To test:
- Run
  $ prove t/RecordProcessor.t
=> FAIL: tests fail because Koha::RecordProcessor doesn't hanlde
         more than one filter at a time.
- Apply the patch
- Run
  $ prove t/RecordProcessor.t
=> SUCCESS: tests now pass
- Easy, right? Sign off :-D

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list