Actions
action #6440
closedCloning (restarting) job via WebUI is visible only after page reload
Description
When one click on cloning icon (restart in new Dashboard), the newly scheduled test is not dynamically shown and one must reload the page to see changes
Updated by oholecek almost 10 years ago
- Status changed from New to In Progress
If I understand it right, ajax "handler" needs to be added to #scheduled datatable and then call ajax.reload on #scheduled from onClick.
Updated by mlin7442 almost 10 years ago
I found that the same situation also happen on the test result page, after clicked restart, the Clone field doesn't update in Test Details block.
Updated by coolo over 9 years ago
- Target version changed from Sprint 15 to Sprint 16
Updated by oholecek over 9 years ago
- Status changed from In Progress to Resolved
https://github.com/os-autoinst/openQA/pull/307 and coolo`s https://github.com/os-autoinst/openQA/pull/308 should do it.
Actions