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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
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