Opened 13 years ago
Closed 12 years ago
#1751 closed defect (done)
Tasks overview doesn't get refreshed when refreshing the job
Reported by: | ascheibe | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
Component: | Hive.Client | Version: | 3.3.7 |
Keywords: | Cc: |
Description
Change History (9)
comment:1 Changed 12 years ago by ascheibe
comment:2 Changed 12 years ago by ascheibe
- Owner changed from ascheibe to jkarder
- Status changed from new to assigned
comment:3 Changed 12 years ago by jkarder
- Status changed from assigned to accepted
comment:4 Changed 12 years ago by jkarder
r8090: fixed event handling
comment:5 Changed 12 years ago by jkarder
The result polling event handlers used to update the user interface got deregistered prematurely. DeregisterResultPollingEvents() is now only called if the RefreshableJob is finished.
comment:6 Changed 12 years ago by jkarder
- Owner changed from jkarder to ascheibe
- Status changed from accepted to reviewing
comment:7 Changed 12 years ago by ascheibe
- Status changed from reviewing to readytorelease
Looks good, thanks!
comment:8 Changed 12 years ago by jkarder
Thanks.
comment:9 Changed 12 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.6 to 3.3.7
Note: See
TracTickets for help on using
tickets.
In my opinion the tasks overview gets refreshed. I think the problem is that there is a bug when "Refresh automatically" is checked and tasks are automatically downloaded if they are finished. If you, for example, have 100 short running tasks, you end up with around 105 runs. We should first fix this problem and then check again if the tasks overview shows the same amount of finished tasks as the run collection.