Actions
Task #492
closedRun Created tasks - unable to select one only
Start date:
06/07/2017
Due date:
% Done:
100%
Estimated time:
2.00 h
Owner:
Description
On All tasks list there is a button "Run Created tasts" that starts all tasks. But I am unable to run only selected tast. It is uncomfortable in situations when there is many tasks in "Created" state and I need to run only one of them - e.g. during testing together with many testers...
Updated by Radek Tomiška over 7 years ago
- Assignee changed from Ondřej Kopr to Radek Tomiška
- Estimated time set to 2.00 h
Updated by Peter Štrunc over 7 years ago
- Assignee changed from Radek Tomiška to Marek Klement
Updated by Marek Klement over 7 years ago
- Status changed from New to Needs feedback
- Assignee changed from Marek Klement to Radek Tomiška
- % Done changed from 0 to 70
Made checkboxes and select window where you can run just selected tasks
Updated by Radek Tomiška over 7 years ago
- Category changed from Feedback to Scheduler
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Marek Klement
- % Done changed from 70 to 100
I did test and review. It works basically, thx. I've made some changes / fixes:
LongRunningTaskManager:
LongRunningTaskManager:
- changed api
- fix some null pointers
- fix logging (task id was missing)
- when new operation was exposed to the api, we needed to add some validations, when someone tries to run task again
- added missing javadoc
- fix formatting, empty lines
- renamed added action from 'delete' to 'processCreated'
- forgotten console.log removed
- its possible to select all tasks in table - i added localization for errors, when already finished task is selected and try to run again (LONG_RUNNING_TASK_IS_PROCESSED)
I've merged your branch into develop.
Actions