Hide Forgot
Created attachment 1218878 [details] revert snapshot disabled Description of problem: Unable to revert snapshot as the revert snapshot button gets disabled.This is an intermittent issue. Version-Release number of selected component (if applicable): 5.7.0.9-beta2.1.20161101182054_eb0afaa How reproducible: 50% Steps to Reproduce: 1.Create few snapshots on a vm. 2.In snapshot tree select a snapshot and try clicking on revert button 3. Actual results: Revert button gets disabled and hovering over to revert button displays "There are no snapshots available for this vm. For some vm's the revert snapshot button remains enabled whereas for few it gets disabled when clicked on any snapshot in snapshot tree. Expected results: revert snapshot button should be enabled Additional info:
Created attachment 1218884 [details] revert snapshot enabled
https://github.com/ManageIQ/manageiq/pull/12700
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/c310a391e878d1a41ba2e668a7207a5bd8dcbfb5 commit c310a391e878d1a41ba2e668a7207a5bd8dcbfb5 Author: Harpreet Kataria <hkataria> AuthorDate: Wed Nov 16 16:42:22 2016 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Wed Nov 16 16:43:12 2016 -0500 Call x_node_right_cell method to get correct active node id Call x_node_right_cell method to get correct active node id back based upon whether VMs are hidden from explorer tree or not, need an id of selected VM to reset @record when user selects a snapshot in snapshot tree. https://bugzilla.redhat.com/show_bug.cgi?id=1393318 app/controllers/vm_common.rb | 2 +- spec/controllers/vm_common_spec.rb | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-)
Revert snapshot button is enabled when clicked on any snapshots in snapshot tree. Verified:5.8.0.4.20170307183144_745a3d9