Skip to content

Commit a651eaa

Browse files
authored
Fixed create template from snapshot never returning (#4005)
1 parent 95f58db commit a651eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/scripts/sharedFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2988,7 +2988,7 @@ cloudStack.createTemplateFromSnapshotMethod = function (){
29882988
return {}; //nothing in this snapshot needs to be updated
29892989
},
29902990
getActionFilter: function() {
2991-
return snapshotActionfilter;
2991+
return cloudStack.actionFilter.snapshotActionfilter;
29922992
}
29932993
}
29942994
});

0 commit comments

Comments
 (0)