Skip to content

Commit 13b32bd

Browse files
committed
comments
1 parent 8ef9b16 commit 13b32bd

File tree

1 file changed

+3
-0
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,11 +917,14 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
917917
this._resourcesContainer.setResourcesToList([]);
918918

919919
if (workspaceId === -1) {
920+
// Workspaces
920921
this.__reloadWorkspaces();
921922
} else if (workspaceId === -2) {
923+
// Search result: no folders, just studies
922924
this.__setFoldersToList([]);
923925
this.__reloadStudies();
924926
} else {
927+
// Actual workspace
925928
this.__reloadFolders();
926929
this.__reloadStudies();
927930
}

0 commit comments

Comments
 (0)