----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10116/ -----------------------------------------------------------
Review request for cloudstack and Brian Federle. Description ------- Fixes CLOUDSTACK-1797. When actions was null, it was still getting passed to map - map requires that its first argument not be null, because it tries to call .length on it. This addresses bug CLOUDSTACK-1797. Diffs ----- ui/scripts/ui/widgets/listView.js bb3a424 Diff: https://reviews.apache.org/r/10116/diff/ Testing ------- Tested on a deployment with 2 system VMs and 1 VR . Showed blank before fix, showed as expected after fix. Thanks, Dave Cahill