We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3117a2c commit 2125f51Copy full SHA for 2125f51
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -368,6 +368,7 @@ qx.Class.define("osparc.data.Resources", {
368
endpoints: {
369
getPageLatest: {
370
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"
374
},
0 commit comments