Skip to content

Commit

Permalink
Add back setSelectedProcesses()
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-ronge committed Sep 11, 2024
1 parent 385a6e2 commit 71706d5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,10 @@ public boolean canBeExported(int processId) {
}
}

public void setSelectedProcesses(List<Process> selectedProcesses) {
this.selectedProcesses = selectedProcesses;
}

/**
* Update selection and first row to show in datatable on PageEvent.
* @param pageEvent PageEvent triggered by data tables paginator
Expand Down

0 comments on commit 71706d5

Please sign in to comment.