eg_staged_bib_overlay has no protections against the load_new_auths action being run before the match_auths action. If that happens, the incoming authority records are unconditionally imported as new records, leading to potential duplication of authority records.
Some possible changes are:
- directly complaining if
match_auths hasn't been run yet
- having the
report action include counts of authority overlays
eg_staged_bib_overlayhas no protections against theload_new_authsaction being run before thematch_authsaction. If that happens, the incoming authority records are unconditionally imported as new records, leading to potential duplication of authority records.Some possible changes are:
match_authshasn't been run yetreportaction include counts of authority overlays