Bug 17622 - Export tool only exports biblios with items
Summary: Export tool only exports biblios with items
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: master
Hardware: All All
: P5 - low major (vote)
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 14722
Blocks:
  Show dependency treegraph
 
Reported: 2016-11-14 09:21 UTC by Mirko Tietgen
Modified: 2019-06-27 09:24 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 17622: Export biblios without items (2.37 KB, patch)
2016-11-14 12:45 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Mirko Tietgen 2016-11-14 09:21:46 UTC
Export of biblios via tools ignores biblios without items.
Comment 1 Jonathan Druart 2016-11-14 12:45:36 UTC
Created attachment 57469 [details] [review]
Bug 17622: Export biblios without items

In some situations, we need to export bibliographic records without
items.

Test plan:
Confirm that you get bibliographic records without items when you expect
to get record without items.
Basically it should happen when you do not specify filters on items
Comment 2 Jonathan Druart 2016-11-14 12:46:27 UTC
This regression has been introduced by bug 14722
Comment 3 Jonathan Druart 2016-11-14 12:47:03 UTC
(In reply to Jonathan Druart from comment #1)
> Test plan:
> Confirm that you get bibliographic records without items when you expect
> to get record without items.
> Basically it should happen when you do not specify filters on items

Note that you must test the export tool from the interface and the command line script as well.
Comment 4 Mirko Tietgen 2016-11-14 13:40:10 UTC
While testing it turned out it works if all item filters are turned off, including the library branch limit. It was the same before the refactoring so I'll close the bug.