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

            Bug ID: 39158
           Summary: Reduce code duplication in marc_records_to_documents
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

There is currently a block in
Koha::SearchEngine::Elasticsearch::marc_records_to_documents that in my opinion
should be brokwn out to its own method for increased maintainability and
readability. It's easily done that these two blocks will drift apart with time
(when they should be the same), fixing a bug in one place, forgetting in
another etc. Here is a patch to fix this.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to