Changes for page Per Year

From version 68.3
edited by Andrea Omicini
on 28/10/2021 01:00
Change comment: There is no comment for this version
To version 68.4
edited by Andrea Omicini
on 28/10/2021 01:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -104,7 +104,7 @@
104 104   #foreach( $thesis in $thesisFound )
105 105   #set($thesisDoc = $xwiki.getDocument($thesis))
106 106   #set($thesisObj = $thesisDoc.getObject('Theses.ThesisClass'))
107 -* [[$thesisObj.title>>$thesisDoc]]#if( $thesisObj.endDate != "" ) ($thesisObj.endDate)#end#if( $thesisDoc.getValue('studentUserName') != "" ) $xwiki.getUserName($thesisDoc.getValue('studentUserName'), false)#elseif( $thesisObj.studentFirstName != "" && $thesisObj.studentLastName != "" ) $thesisObj.studentFirstName $thesisObj.studentLastName#end
107 +* [[$thesisObj.title>>$thesisDoc]]#if( $thesisObj.endDate != "" ) ($thesisObj.endDate)#end#if( $thesisDoc.getValue('studentUserName') != "" ) [[$xwiki.getUserName($thesisDoc.getValue('studentUserName'), false)>>$thesisDoc.getValue('studentUserName')]]#elseif( $thesisObj.studentFirstName != "" && $thesisObj.studentLastName != "" ) $thesisObj.studentFirstName $thesisObj.studentLastName#end
108 108  
109 109   #end
110 110   #if( $thesisFoundNo > 0 && !$oneRole )