Changes for page Supervisors

From version 104.1
edited by Andrea Omicini
on 30/06/2023 00:54
Change comment: There is no comment for this version
To version 105.1
edited by Andrea Omicini
on 30/06/2023 00:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -72,7 +72,7 @@
72 72   where objThesis.name = doc.fullName and objThesis.className = '${objectSpace}.${objectClass}' and objThesis.name <> '${objectSpace}.${objectTemplate}' and propSupervisors.id.id = objThesis.id and propStatus.id.id = objThesis.id and propEnddate.id.id = objThesis.id and propSupervisors.name = 'supervisors' and propSupervisors.value like '%$request.tag%' and propStatus.name = 'status' and lower(propStatus.value) = 'completed' and propEnddate.name = 'end' order by propEnddate.value desc" )
73 73  ## execute query
74 74   #set( $itemFound = $xwiki.searchDocuments($query) )
75 - #set( $itemFoundNo = $itemFound.size() )
75 + #set( $itemNo = $itemFound.size() )
76 76  ## subtitle
77 77  <div class="mainheader">
78 78  $itemNo #if( $itemNo > 1)$services.localization.render('theses').toLowerCase()#{else}$services.localization.render('thesis').toLowerCase()#{end}