File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
services/static-webserver/client/source/class/osparc/data Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments