Skip to content

Commit 2125f51

Browse files
committed
comment
1 parent 3117a2c commit 2125f51

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +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
371372
// url: statics.API + "/computation-collection-runs?offset={offset}&limit={limit}&order_by={orderBy}&filter_only_running={runningOnly}"
372373
url: statics.API + "/computation-collection-runs?offset={offset}&limit={limit}&order_by={orderBy}&filter_only_running=false"
373374
},

0 commit comments

Comments
 (0)