File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
services/static-webserver/client/source/class/osparc/store Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ qx.Class.define("osparc.store.Templates", {
8383 const params = {
8484 url : {
8585 "templateType" : osparc . data . model . StudyUI . TUTORIAL_TYPE ,
86+ "orderBy" : JSON . stringify ( {
87+ field : "last_change_date" ,
88+ direction : "desc"
89+ } ) ,
8690 }
8791 } ;
8892 return osparc . data . Resources . getInstance ( ) . getAllPages ( "templates" , params , "getPageFilteredSorted" ) ;
@@ -92,6 +96,10 @@ qx.Class.define("osparc.store.Templates", {
9296 const params = {
9397 url : {
9498 "templateType" : osparc . data . model . StudyUI . HYPERTOOL_TYPE ,
99+ "orderBy" : JSON . stringify ( {
100+ field : "last_change_date" ,
101+ direction : "desc"
102+ } ) ,
95103 }
96104 } ;
97105 return osparc . data . Resources . getInstance ( ) . getAllPages ( "templates" , params , "getPageFilteredSorted" ) ;
You can’t perform that action at this time.
0 commit comments