Skip to content

Commit 59e1804

Browse files
committed
add order_by to the query
1 parent ce7a9b9 commit 59e1804

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/data

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/data/Resources.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,11 +634,11 @@ qx.Class.define("osparc.data.Resources", {
634634
},
635635
getPage: {
636636
method: "GET",
637-
url: statics.API + "/functions?include_extras=true&offset={offset}&limit={limit}"
637+
url: statics.API + "/functions?include_extras=true&offset={offset}&limit={limit}&order_by={orderBy}"
638638
},
639639
getPageSearch: {
640640
method: "GET",
641-
url: statics.API + "/functions?include_extras=true&offset={offset}&limit={limit}&search={text}"
641+
url: statics.API + "/functions?include_extras=true&offset={offset}&limit={limit}&search={text}&order_by={orderBy}"
642642
},
643643
create: {
644644
method: "POST",

0 commit comments

Comments
 (0)