Skip to content

Commit

Permalink
Merge pull request #4419 from Kathrin-Huber/dont_save_processes_from_…
Browse files Browse the repository at this point in the history
…project

don't save processes from project
  • Loading branch information
Kathrin-Huber authored May 20, 2021
2 parents a4b63a6 + 7f525be commit 0043948
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ private void manageProcessesDependenciesForIndex(Project project)
for (Process process : project.getProcesses()) {
ServiceManager.getProcessService().removeFromIndex(process, false);
}
} else {
for (Process process : project.getProcesses()) {
ServiceManager.getProcessService().saveToIndex(process, false);
}
}
}

Expand Down

0 comments on commit 0043948

Please sign in to comment.