Skip to content

Commit

Permalink
Merge pull request #5331 from inception-project/bugfix/5330-CurationW…
Browse files Browse the repository at this point in the history
…orkflow-export-includes-extraneous-data

#5330 - CurationWorkflow export includes extraneous data
  • Loading branch information
reckart authored Mar 4, 2025
2 parents 1b2f785 + edbbb09 commit a4f204a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void exportData(FullProjectExportRequest aRequest, ProjectExportTaskMonit
exportedCurationWorkflow.setMergeStrategy(curationWorkflow.getMergeStrategy());
exportedCurationWorkflow.setMergeStrategyTraits(curationWorkflow.getMergeStrategyTraits());

aExProject.setProperty(KEY, curationWorkflow);
aExProject.setProperty(KEY, exportedCurationWorkflow);
LOG.info("Exported curation workflow settings for project {}", project);
}

Expand Down

0 comments on commit a4f204a

Please sign in to comment.