Skip to content

Commit

Permalink
MODBULKOPS-390 - update build composite for commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alekGbuz committed Dec 12, 2024
1 parent d4b37c5 commit 501cbdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public UnifiedTable getPreview(BulkOperation operation, BulkOperationStep step,
if (isFolioInstanceCommitPreview(operation)) {
yield getPreviewFromCsvWithChangedOptions(operation, operation.getLinkToCommittedRecordsCsvFile(), offset, limit);
} else if (isMarcInstanceCommitPreview(operation)) {
//ToDo Use buildCompositePreview after completion MODBULKOPS-429
referenceProvider.updateMappingRules();
var rules = ruleService.getMarcRules(bulkOperationId);
var options = getChangedOptionsSet(rules);
Expand Down

0 comments on commit 501cbdb

Please sign in to comment.