Changes for page Per Year
From version 33.1
edited by Andrea Omicini
on 25/10/2021 19:36
on 25/10/2021 19:36
Change comment:
There is no comment for this version
To version 32.1
edited by Andrea Omicini
on 25/10/2021 19:32
on 25/10/2021 19:32
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -84,6 +84,7 @@ 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 87 87 #set( $thesisFound = $xwiki.searchDocuments($sql) ) 88 88 #foreach( $thesis in $thesisFound ) 89 89 * $thesis