Merge remote-tracking branch 'origin/4.13'

This commit is contained in:
Rohit Yadav 2020-04-02 20:47:37 +05:30
commit 5bb30f7ff3
1 changed files with 1 additions and 1 deletions

View File

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