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 3a80160 commit 15ad214Copy full SHA for 15ad214
services/static-webserver/client/source/class/osparc/store/Folders.js
@@ -128,6 +128,7 @@ qx.Class.define("osparc.store.Folders", {
128
return osparc.data.Resources.getInstance().getAllPages("folders", params, "getPageSearch")
129
.then(foldersData => {
130
const folders = [];
131
+ foldersData.forEach(folderData => {
132
const folder = this.__addToCache(folderData);
133
folders.push(folder);
134
});
0 commit comments