Changes for page Per Year

From version 1.17
edited by Andrea Omicini
on 16/06/2021 11:13
Change comment: There is no comment for this version
To version 1.16
edited by Andrea Omicini
on 16/06/2021 11:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -179,7 +179,7 @@
179 179  #set($thesisFound = $xwiki.searchDocuments($sql))
180 180  
181 181  #foreach ($thesis in $thesisFound)#set($thesisDoc = $xwiki.getDocument($thesis))
182 -* [$thesisDoc.getValue('title') | $thesis] #if( $thesisDoc.getValue('studentUserName') != "" && $xwiki.exists($thesisDoc.getValue('studentUserName')) ) ~~(#thesisStudentUser($thesis))~~ #elseif ( $thesisDoc.getValue('studentName') != "" ) ~~($thesisDoc.getValue('studentName'))~~ #end
182 +* [$thesisDoc.getValue('title') | $thesis] #if( $thesisDoc.getValue('studentUserName') != "" && $xwiki.exists($thesisDoc.getValue('studentUserName')) ) ~~(#thesisStudentUser($thesis))~~ #elseif ( $thesisDoc.getValue('studentName') != "" ) ~~$thesisDoc.getValue('studentName')~~ #end
183 183  
184 184  #end
185 185