File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/static-webserver/client/source/class/osparc/dashboard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1173,7 +1173,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
11731173 } ) ;
11741174 searchBarFilterExtended . addListener ( "filterChanged" , e => {
11751175 const data = e . getData ( ) ;
1176- /*
1176+ // first update the search context if necessary
11771177 const searchContext = data [ "searchContext" ] ;
11781178 switch ( searchContext ) {
11791179 case osparc . dashboard . StudyBrowser . CONTEXT . SEARCH_PROJECTS :
@@ -1182,7 +1182,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
11821182 this . _changeContext ( searchContext ) ;
11831183 break ;
11841184 }
1185- */
1185+ // then update the filters
11861186 const filterType = data [ "filterType" ] ;
11871187 const filterData = data [ "filterData" ] ;
11881188 switch ( filterType ) {
You can’t perform that action at this time.
0 commit comments