Skip to content

Commit 926b172

Browse files
committed
missing, don't double call
1 parent 1dc2b82 commit 926b172

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,13 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
12781278
},
12791279

12801280
_changeContext: function(context, workspaceId = null, folderId = null) {
1281+
if (context.includes("search")) {
1282+
const cParams = this.__getRequestParams();
1283+
const currentSearch = this._searchBarFilter.getChildControl("text-field").getValue();
1284+
// OM here
1285+
console.log("searching for", cParams, currentSearch);
1286+
}
1287+
12811288
if (
12821289
!context.includes("search") && // load projects if search string changed
12831290
context === this.getCurrentContext() &&

0 commit comments

Comments
 (0)