Fixed create template from snapshot never returning (#4005)

This commit is contained in:
Spaceman1984 2020-04-01 17:22:47 +02:00 committed by GitHub
parent 95f58dbbdc
commit a651eaacdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2988,7 +2988,7 @@ cloudStack.createTemplateFromSnapshotMethod = function (){
return {}; //nothing in this snapshot needs to be updated
},
getActionFilter: function() {
return snapshotActionfilter;
return cloudStack.actionFilter.snapshotActionfilter;
}
}
});