Bug 18143: Silence XML MARC Framework export flood
authorMark Tompsett <mtompset@hotmail.com>
Sun, 19 Feb 2017 00:21:59 +0000 (19:21 -0500)
committerroot <root@f1ebe1bec408>
Tue, 19 Feb 2019 13:52:15 +0000 (13:52 +0000)
commit719153455c8c58fb8b1a8e9123acef5052dbd462
tree753280b46f000b7481e178b3e1d1dae64ca0f10a
parente55d16f0da01dc474dc2f4541926c1daf609aff0
Bug 18143: Silence XML MARC Framework export flood

TEST PLAN
---------
1) Log in to staff client
2) Click Koha administration
3) Click MARC bibliographic framework
4) export default as xml
5) Read the error log
   -- it's floody and export is default framework
6) export another framework as xml
7) Read the error log
   -- it's floody and export is the correct framework
8) apply the patch
9) repeat steps 4-7
   -- expected frameworks exported, and no flooding.
10) run koha qa test tools

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/ImportExportFramework.pm