Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
We assume we open a folder in the jobs view where one or more pending jobs are checked to stop them together with the Stop button then the jobs are stopped.
If now stopped jobs in the same view are checked to unstop them together then the button
- Unstop is disabled
- Stop is still enabled
The same behavior vice versa.
We assume we open a folder in the jobs view where one or more stopped jobs are checked to unstop them together with the Unstop button then the jobs are pending.
If now pending jobs in the same view are checked to stop them together then the button
- Stop is disabled
- Unstop is still enabled
When I click on the current folder in the tree again then the behavior of the buttons are ok.
Desired Behavior
If the jobs view is updated caused of a "JobStateChanged" event then the behavior of the Stop and Unstop buttons has to be updated too.