Skip to content

Commit 0a3bec6

Browse files
committed
show sortByButton
1 parent 59e1804 commit 0a3bec6

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,6 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
890890
break;
891891
case osparc.dashboard.StudyBrowser.CONTEXT.FUNCTIONS:
892892
case osparc.dashboard.StudyBrowser.CONTEXT.SEARCH_FUNCTIONS:
893-
delete requestParams.orderBy; // functions do not support ordering yet
894893
requestParams.includeExtras = "true";
895894
break;
896895
case osparc.dashboard.StudyBrowser.CONTEXT.SEARCH_PROJECTS: {
@@ -1360,8 +1359,6 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
13601359
this._searchBarFilter.setEnabled(true);
13611360
// workspaces will exclude it
13621361
this._toolbar.show();
1363-
// functions will exclude it
1364-
this.__sortByButton.show();
13651362

13661363
switch (this.getCurrentContext()) {
13671364
case osparc.dashboard.StudyBrowser.CONTEXT.PROJECTS:
@@ -1413,8 +1410,6 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
14131410
this._searchBarFilter.resetFilters();
14141411
}
14151412
this._searchBarFilter.getChildControl("text-field").setPlaceholder("Search in Functions");
1416-
// functions can't be sorted yet
1417-
this.__sortByButton.exclude();
14181413
this._loadingResourcesBtn.setFetching(false);
14191414
this.invalidateFunctions();
14201415
this.__reloadStudies();

0 commit comments

Comments
 (0)