Skip to content

Commit b58b6fe

Browse files
committed
Folders are not removed anymore
1 parent 6014609 commit b58b6fe

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceContainerManager.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,6 @@ qx.Class.define("osparc.dashboard.ResourceContainerManager", {
306306

307307
__rebuildLayout: function(resourceType) {
308308
this.__cleanAll();
309-
if (osparc.utils.DisabledPlugins.isFoldersEnabled()) {
310-
this.__addFoldersContainer();
311-
}
312309
if (this.getGroupBy()) {
313310
const noGroupContainer = this.__createGroupContainer("no-group", "No Group", "transparent");
314311
this.__groupedContainers.add(noGroupContainer);

services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,6 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
403403
const cards = this._resourcesContainer.reloadCards("studies");
404404
this.__configureStudyCards(cards);
405405

406-
// they were removed in the above reloadCards
407-
this.__reloadFolders();
408-
409406
this.__addNewStudyButtons();
410407

411408
const loadMoreBtn = this.__createLoadMoreButton();

0 commit comments

Comments
 (0)