Opened 14 years ago

Closed 14 years ago

#1506 closed enhancement (fixed)

Use AJAX to update job progress instead of page reloading

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.16
Component: web Version:
Keywords: Cc:

Description

This should allow us to make updates more often in a way similar to file upload. Page reloading is still needed when the state of the job changes (eg. WAITING->EXECUTING->DONE/ERROR) since that affects other elements on the page as well.

Change History (2)

comment:1 by Nicklas Nordborg, 14 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [5402]) Fixes #1506: Use AJAX to update job progress instead of page reloading

Note: See TracTickets for help on using tickets.