Changes for page All Theses

From version 14.1
edited by Andrea Omicini
on 06/07/2023 18:38
Change comment: There is no comment for this version
To version 13.1
edited by Andrea Omicini
on 03/07/2023 18:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,7 @@
4 4  #template('apice_thesis_macros.vm')
5 5  {{html wiki="true" clean="false"}}
6 6  ## query
7 -#set( $query = ", BaseObject as obj, DateProperty as prop where obj.name = doc.fullName and obj.className = '${mainSpace}.Class' and obj.name <> '${objectPool}.Template' and prop.id.id = obj.id and prop.name = 'end' order by prop.value desc ")
7 +#set( $query = ", BaseObject as obj, DateProperty as prop where obj.name = doc.fullName and obj.className = '${objectSpace}.Class' and obj.name <> '${objectPool}.Template' and prop.id.id = obj.id and prop.name = 'end' order by prop.value desc ")
8 8  #set( $itemFound = $xwiki.searchDocuments($query) )
9 9  ## how many items found?
10 10  #set( $itemFound = $xwiki.searchDocuments($query) )