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