diff --git a/ui/scripts/sharedFunctions.js b/ui/scripts/sharedFunctions.js index d3e6fe870be..48c6be56c93 100644 --- a/ui/scripts/sharedFunctions.js +++ b/ui/scripts/sharedFunctions.js @@ -2988,7 +2988,7 @@ cloudStack.createTemplateFromSnapshotMethod = function (){ return {}; //nothing in this snapshot needs to be updated }, getActionFilter: function() { - return snapshotActionfilter; + return cloudStack.actionFilter.snapshotActionfilter; } } });