Skip to content

Commit

Permalink
Fixes endless loop of saving processes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-ronge committed Jul 3, 2024
1 parent 2988405 commit 2d28981
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,6 @@ public Long countResults(Map<?, String> filters, boolean showClosedProcesses, bo
}
}

@Override
public void save(Process process) throws DataException {
this.save(process, false);
}

@Override
public void save(Process process, boolean updateRelatedObjectsInIndex) throws DataException {
WorkflowControllerService.updateProcessSortHelperStatus(process);
Expand Down

0 comments on commit 2d28981

Please sign in to comment.