Changes for page Per Year

From version 3.1
edited by Andrea Omicini
on 16/06/2021 19:11
Change comment: There is no comment for this version
To version 6.1
edited by Andrea Omicini
on 16/06/2021 19:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -#includeMacros("Main.MacroSheet2")
1 +#includeMacros("Main.MacroSheet")
2 2  #includeMacros("Theses.MacroSheet")
3 3  
4 4  #### get parameters
... ... @@ -178,7 +178,7 @@
178 178  #set($thesisFound = $xwiki.searchDocuments($sql))
179 179  
180 180  #foreach ($thesis in $thesisFound)#set($thesisDoc = $xwiki.getDocument($thesis))
181 -* #thesisTitlelink($thesisDoc)#if( $thesisDoc.display("studentUserName") != "" || $thesisDoc.display("studentName") != "" ) ~~(#thesisAuthorlink($thesisDoc))~~ #end
181 +* #thesisTitleLink($thesis)#if( $thesisDoc.getValue("studentUserName") != "" || $thesisDoc.getValue("studentName") != "" ) ~~(#thesisAuthorLink($thesis))~~ #end
182 182  
183 183  #end
184 184