Opened 13 years ago
Closed 13 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 Changed 13 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [5402]) Fixes #1506: Use AJAX to update job progress instead of page reloading