Skip to content
Snippets Groups Projects
Commit 634ea6df authored by juanf's avatar juanf
Browse files

SSDM-1071 : PAPER - Empty Trashcan

SVN: 32832
parent 907fa1b9
No related branches found
No related tags found
No related merge requests found
...@@ -189,6 +189,10 @@ function ServerFacade(openbisServer) { ...@@ -189,6 +189,10 @@ function ServerFacade(openbisServer) {
this.listOriginalDeletions = function(callback) { this.listOriginalDeletions = function(callback) {
this.openbisServer.listOriginalDeletions(callback); this.openbisServer.listOriginalDeletions(callback);
} }
this.listDeletions = function(withDeletedEntities, callback) {
this.openbisServer.listDeletions(withDeletedEntities, callback);
}
// //
// Data Set Related Functions // 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