Virtual Machines list don't update when starting or stopping a VM
Description
Problem/Justification
None
Impact
None
Activity
Show:

Erwan Georget January 22, 2022 at 2:23 PM
Bug is fixed on the latest snapshot, thank you.

Bug Clerk January 19, 2022 at 1:59 PM

Michelle Johnson January 17, 2022 at 1:41 PM
Thank you for your report,
This issue ticket is now in the queue for review. An engineering representative will update with further questions or details in the near future.
Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee

Reporter

Impact
Low
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created January 17, 2022 at 9:05 AM
Updated July 1, 2022 at 5:55 PM
Resolved January 20, 2022 at 8:05 AM
Step to reproduce :
Create a VM
Start said VM (with the toggle or start button), do not move the mouse
Wait 10-20s => the row won't update
Move the mouse out of the VM row, and then back in => The row will update
Use the PowerOff button to stop the vm, without moving the mouse after the click
Wait 10-20s => the row won't update
Move the mouse out of the VM row, and then back in => The row will update
Expected result :
The row should have updated itself automaticaly, without having to manually trigger an update by triggering the update detector (using a mouseover event in this case)
This is a bug that is very similar to one I encountered on another project, where the data was changed out of Angular scope, and as such, wouldn't trigger Angular change detector. The fix is either to manually trigger the change detector, or make sure the data is in the Angular scope (using a datastore or something like that).