Changes for page Per Year

From version 32.1
edited by Andrea Omicini
on 25/10/2021 19:32
Change comment: There is no comment for this version
To version 33.1
edited by Andrea Omicini
on 25/10/2021 19:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -84,7 +84,6 @@
84 84  === $role ===
85 85   #set ($sql = ", BaseObject as obj, StringProperty as prop0, LargeStringProperty as prop1, DateProperty as prop2
86 86   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 prop2.id.id = obj.id and prop0.name = 'status' and prop1.name = '$roleSelectedFieldName' and prop2.name = '$orderingDateFieldName' and lower(prop0.value) = '$status' and prop1.value like '%$selectedUser%' order by prop2.value desc" )
87 - #end
88 88   #set( $thesisFound = $xwiki.searchDocuments($sql) )
89 89   #foreach( $thesis in $thesisFound )
90 90  * $thesis