From a651eaacdff284d598f89b7554755a431d90fc8a Mon Sep 17 00:00:00 2001 From: Spaceman1984 <49917670+Spaceman1984@users.noreply.github.com> Date: Wed, 1 Apr 2020 17:22:47 +0200 Subject: [PATCH] Fixed create template from snapshot never returning (#4005) --- ui/scripts/sharedFunctions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } });