Changes for page Theses
From version 16.1
edited by Andrea Omicini
on 11/12/2020 17:28
on 11/12/2020 17:28
Change comment:
There is no comment for this version
To version 15.1
edited by Andrea Omicini
on 11/12/2020 17:28
on 11/12/2020 17:28
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,8 @@ 1 1 {{velocity filter="none"}}{{html clean="false" wiki="true"}} 2 2 #foreach ($thesisStatus in ["Available","Ongoing","Completed"]) 3 + 4 += $thesisStatus = 5 + 3 3 ##tagged research on Thesis space based on tag "Alchemist" 4 4 #set( $thesisTag = "Alchemist") 5 5 #set ( $from = ", BaseObject as obj0, DBStringListProperty as prop0 join prop0.list item, BaseObject as obj1, DateProperty as prop1, StringProperty as prop2" ) ... ... @@ -7,7 +7,6 @@ 7 7 #set ( $sql = $from + " where " + $where ) 8 8 #set($thesisFound = $xwiki.searchDocuments($sql)) 9 9 #if ($thesisFound.size()>0) 10 -= $thesisStatus = 11 11 #foreach ($thesis in $thesisFound)#set($thesisDoc = $xwiki.getDocument($thesis)) 12 12 * [[$thesisDoc.getValue('title')>>$thesis]] 13 13 #end