----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16001/ -----------------------------------------------------------
Review request for cloudstack, Brian Federle and Jessica Wang. Repository: cloudstack-git Description ------- ListView actions marked with 'needsRefresh' add a loading overlay before the action is performed. If the operation succeeds, the overlay is properly removed. If it fails, the overlay is NOT removed. I fixed this issue by adding the appropriate JS to remove the overlay when an error occurs during the operation. This is for JIRA-5368. If accepted, please apply to 4.3 branch as well. Diffs ----- ui/scripts/ui/widgets/listView.js 53b37f1 Diff: https://reviews.apache.org/r/16001/diff/ Testing ------- Thanks, Chris Suich