Modifiche per il documento Tutte le tesi
Dalla versione 13.1
modificato da Andrea Omicini
il 03/07/2023 18:32
il 03/07/2023 18:32
Cambia il commento:
Nessun commento per questa versione
Alla versione 14.1
modificato da Andrea Omicini
il 06/07/2023 18:38
il 06/07/2023 18:38
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 = '${ objectSpace}.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 = '${mainSpace}.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) )