File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/static-webserver/client/source/class/osparc/data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,12 +142,12 @@ qx.Class.define("osparc.data.Resources", {
142142 getPageSearch : {
143143 useCache : false ,
144144 method : "GET" ,
145- url : statics . API + "/projects:search?offset={offset}&limit={limit}&text={text}&tag_ids={tagIds}&order_by={orderBy}"
145+ url : statics . API + "/projects:search?offset={offset}&limit={limit}&text={text}&tag_ids={tagIds}&order_by={orderBy}&type=user "
146146 } ,
147147 getPageTrashed : {
148148 useCache : false ,
149149 method : "GET" ,
150- url : statics . API + "/projects:search?filters={%22trashed%22:%22true%22}&offset={offset}&limit={limit}&order_by={orderBy}"
150+ url : statics . API + "/projects:search?filters={%22trashed%22:%22true%22}&offset={offset}&limit={limit}&order_by={orderBy}&type=user "
151151 } ,
152152 postToTemplate : {
153153 method : "POST" ,
You can’t perform that action at this time.
0 commit comments