We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b545b commit 8f47eeeCopy full SHA for 8f47eee
services/static-webserver/client/source/class/osparc/store/Study.js
@@ -201,22 +201,6 @@ qx.Class.define("osparc.store.Study", {
201
});
202
},
203
204
- untrashStudy: function(studyId) {
205
- const params = {
206
- url: {
207
- studyId
208
- }
209
- };
210
- return osparc.data.Resources.fetch("studies", "trash", params)
211
- .then(() => {
212
- osparc.store.Store.getInstance().remove("studies", "uuid", studyId);
213
- })
214
- .catch(err => {
215
- console.error(err);
216
- throw err;
217
- });
218
- },
219
-
220
untrashStudy: function(studyId) {
221
const params = {
222
url: {
0 commit comments