Opened 9 years ago
Closed 9 years ago
#1999 closed defect (fixed)
Job progress is requested by the web client even when the job has completed
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | critical | Milestone: | BASE 3.8 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Adding some debug output to the views/job/ajax.jsp script reveals that the GetProgress
command is sent also for jobs that have finished executing.
Note:
See TracTickets
for help on using tickets.
(In [7118]) Fixes #1999: Job progress is requested by the web client even when the job has completed
The problem was that the
auto-update
was checked as a string and not as a number. The string '0' is also considered as a 'true' value, but the number '0' isn't.