MODSOURMAN-1421: Data import - Logs page - Delete authority record - #1047
Merged
Conversation
Points ramls/raml-storage at e4f207f, which adds DELETED to schemas/dto/actionStatus.json, so job log entries can report records removed by a delete job. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…ord-manager into MODSOURMAN-1421 # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
KaterynaSenchenko
marked this pull request as ready for review
July 31, 2026 14:46
KaterynaSenchenko
requested review from
Aliaksandr-Fedasiuk,
RuslanLavrov,
psmagin and
viacheslavkol
July 31, 2026 14:46
psmagin
approved these changes
Jul 31, 2026
|
viacheslavkol
approved these changes
Aug 4, 2026
Aliaksandr-Fedasiuk
approved these changes
Aug 4, 2026
RuslanLavrov
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Purpose
When a delete authority records job completes with no errors, the Data import Logs page must display status = Completed, and every processed record must appear in the job log with a Deleted action status for the SRS MARC and Authority columns.
Approach
JournalUtil builds both a MARC_AUTHORITY and an AUTHORITY journal record from the single delete event.
get_job_log_entries and get_record_processing_log map DELETE to the new DELETED action status.
Related Issues
https://folio-org.atlassian.net/browse/MODSOURMAN-1421