Skip to content
Snippets Groups Projects
Commit 2bd755b8 authored by juanf's avatar juanf
Browse files

SSDM-1071 : PAPER - Empty Trashcan

SVN: 32837
parent 98759826
No related branches found
No related tags found
No related merge requests found
......@@ -186,12 +186,8 @@ function ServerFacade(openbisServer) {
this.openbisServer.deleteProjects(projectIds, reason, callback);
}
this.listOriginalDeletions = function(callback) {
this.openbisServer.listOriginalDeletions(callback);
}
this.listDeletions = function(withDeletedEntities, callback) {
this.openbisServer.listDeletions(withDeletedEntities, callback);
this.listDeletions = function(callback) {
this.openbisServer.listDeletions(["ALL_ENTITIES"], callback);
}
//
// Data Set Related Functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment