Skip to content

Commit

Permalink
Set default child import configurations correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Nov 7, 2024
1 parent c20efe4 commit b736d80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ public void prepareProcess(int templateId, int projectId, String referringView,
titleRecordLinkTab.setChosenParentProcess(String.valueOf(parentId));
titleRecordLinkTab.chooseParentProcess();
if (Objects.nonNull(project.getDefaultChildProcessImportConfiguration())) {
setCurrentImportConfiguration(currentImportConfiguration = project.getDefaultChildProcessImportConfiguration());
setCurrentImportConfiguration(project.getDefaultChildProcessImportConfiguration());
}
if (setChildCount(titleRecordLinkTab.getTitleRecordProcess(), rulesetManagement, workpiece)) {
updateRulesetAndDocType(getMainProcess().getRuleset());
Expand Down

0 comments on commit b736d80

Please sign in to comment.