Bug 21073: Restore filtering by metadata
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 2 May 2019 16:15:49 +0000 (13:15 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 18 Jun 2019 16:29:56 +0000 (17:29 +0100)
commita080ffdf76bf3056f0c422d632f87bb2b8a92d92
tree6f13ebdf9afc155ee98e9a64a0e4e486d96a1756
parente42b571269dfb737ec7184f67ff95b7a6ff3a692
Bug 21073: Restore filtering by metadata

This patch restores filtering the plugins by metadata. That got lost on
rebase at some point. Regression tests are added on a prior patch.

To test:
- Have the 'regression tests for GetPlugins' patch applied
- Run:
  $ kshell
 k$ prove t/db_dependent/Plugins.t
=> FAIL: Tests fail!
- Apply this patch
- Run:
 k$ prove t/db_dependent/Plugins.t
=> SUCCESS: Tests pass!
- Sign off :-D

Signed-off-by: Agustin Moyano <agustinmoyano@theke.io>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Plugins.pm