mirror of https://github.com/apache/cloudstack.git
Fixed create template from snapshot never returning (#4005)
This commit is contained in:
parent
95f58dbbdc
commit
a651eaacdf
|
|
@ -2988,7 +2988,7 @@ cloudStack.createTemplateFromSnapshotMethod = function (){
|
|||
return {}; //nothing in this snapshot needs to be updated
|
||||
},
|
||||
getActionFilter: function() {
|
||||
return snapshotActionfilter;
|
||||
return cloudStack.actionFilter.snapshotActionfilter;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue