Actions
Defect #2748
closedCanceling all running LRT starts with canceling it's own LRT
Start date:
04/06/2021
Due date:
% Done:
100%
Estimated time:
Description
How to reproduce:
- open Task Scheduler and "All tasks" tab
- filter "Running" LRTs
- Click on checkbox to select all (in the table header) - don't check every LRT separately
- Push the "Cancel" button
IDM runs LRT for canceling tasks by filter. However the first task listed is the LongRunningTaskCancelBulkAction
LRT created to cancel the other tasks.
The final result is that the LongRunningTaskCancelBulkAction
"kills" itself right after it's own start and the other tasks remains running.
I've managed to reproduce this bug three times in row.
There is an easy workaround: select each LRT separately, don't use the "select all" checkbox.
Actions