Skip to content

Commit

Permalink
dbeaver/pro#2478 Revert tree refresh on database task execution event (
Browse files Browse the repository at this point in the history
  • Loading branch information
E1izabeth authored May 16, 2024
1 parent 649fdb4 commit 2fbcf20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,10 @@ public void handleTaskEvent(DBTTaskEvent event) {
}
case TASK_REMOVE -> refresh();
case TASK_UPDATE -> {
tasksTree.getViewer().refresh(task);
if (task == tasksTree.getSelectedTask()) {
loadTaskRuns(true);
}
tasksTree.refresh();
}
case TASK_EXECUTE -> refresh();
}
Expand Down

0 comments on commit 2fbcf20

Please sign in to comment.