Skip to content

Commit aba0be6

Browse files
...
1 parent cbe7831 commit aba0be6

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,7 @@ qx.Class.define("osparc.data.Resources", {
368368
endpoints: {
369369
getPageLatest: {
370370
method: "GET",
371-
// uncomment this when the backend supports filtering by runningOnly #8055
372-
// url: statics.API + "/computation-collection-runs?offset={offset}&limit={limit}&order_by={orderBy}&filter_only_running={runningOnly}"
373-
url: statics.API + "/computation-collection-runs?offset={offset}&limit={limit}&order_by={orderBy}&filter_only_running=false"
371+
url: statics.API + "/computation-collection-runs?offset={offset}&limit={limit}&order_by={orderBy}&filter_only_running={runningOnly}"
374372
},
375373
getPageHistory: {
376374
method: "GET",

0 commit comments

Comments
 (0)