Opened 8 years ago

Closed 8 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.

Change History (1)

comment:1 by Nicklas Nordborg, 8 years ago

Resolution: fixed
Status: newclosed

(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.

Note: See TracTickets for help on using tickets.