Modifiche per il documento Per anno

Dalla versione 19.1
modificato da Andrea Omicini
il 25/10/2021 16:50
Cambia il commento: Nessun commento per questa versione
Alla versione 18.1
modificato da Andrea Omicini
il 25/10/2021 16:49
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -146,7 +146,6 @@
146 146  ## no user selected, some role selected
147 147   #set ($sql = ", BaseObject as obj, StringProperty as prop0, DateProperty as prop1
148 148   where obj.name = doc.fullName and obj.className = 'Theses.ThesisClass' and obj.name <> 'Theses.ThesisClassTemplate' and obj.name <> 'Theses.ThesisTemplate' and prop0.id.id = obj.id and prop1.id.id = obj.id and prop0.name = 'status' and prop1.name = '$orderingDateFieldName' and prop0.value = '$thesisStatus' order by prop1.value desc" )
149 - #end
150 150  #end
151 151  #set( $thesisFound = $xwiki.searchDocuments($sql) )
152 152  ##