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 25664fb commit 531900bCopy full SHA for 531900b
services/static-webserver/client/source/class/osparc/data/model/Study.js
@@ -466,8 +466,6 @@ qx.Class.define("osparc.data.model.Study", {
466
}
467
468
const foldersPathIds = this.__getFoldersPath(this.getFolderId());
469
- // remove the first one
470
- foldersPathIds.shift();
471
foldersPathIds.forEach(folderId => {
472
const folder = osparc.store.Folders.getInstance().getFolder(folderId);
473
if (folder) {
0 commit comments