feature request #7464
make move Taxonnodes a longrunning task
0%
Description
moving a taxonnode is espacially for a set of nodes an expensive operation and therefore it should be a long running task with a progressmonitor
Related issues
Associated revisions
move taxon is a longRunning task now
drag & drop also works as longRunningTask
cancel the longrunning thread cancels moveTaxonNode and set it to rollbackOnly
History
#1 Updated by Katja Luther over 2 years ago
- Related to feature request #7463: Move taxonnodes should be available for multiple selection added
#2 Updated by Andreas Müller over 2 years ago
- Status changed from New to Resolved
Issues reported in related ticket #7463
#3 Updated by Andreas Müller over 2 years ago
- File picture22-1.png View added
some of the jobs (maybe those with exceptions) never seem to fully stop. Opening the progress monitor view still shows them with "Cancel" button even after 30 min. See attachement.
#4 Updated by Katja Luther over 2 years ago
now the longrunning task can be canceled
#5 Updated by Katja Luther over 2 years ago
- Assignee changed from Katja Luther to Andreas Müller
please review
#6 Updated by Andreas Müller over 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Katja Luther
The jobs still appear in the Progress Monitor View even if they finished already. Is this wanted?
I compared with the progress monitoring of bulk editor search which also appears in the list, but once the search is finished it disappears again.
#7 Updated by Katja Luther over 2 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Katja Luther to Andreas Müller
this should be fixed now, please review
#8 Updated by Andreas Müller over 2 years ago
- Status changed from Resolved to Closed
- Assignee changed from Andreas Müller to Katja Luther
Seems to be fully implemented.