[Koha-bugs] [Bug 35164] New: link_bibs_to_authorities (authority linker) creates empty record index jobs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 26 15:20:39 CEST 2023


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

            Bug ID: 35164
           Summary: link_bibs_to_authorities (authority linker) creates
                    empty record index jobs
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: MARC Authority data support
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

In the script:
114     if ( not $test_only ) {
115         $schema->txn_commit;
116         $indexer->index_records( \@updated_biblios, "specialUpdate",
"biblioserver" );
117     }


We don't check if @updated_biblios has any members

In elastic indexing, we also never check this - so background jobs with no
record numbers get enqueued

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


More information about the Koha-bugs mailing list