Changes for page Supervisors
From version 76.1
edited by Andrea Omicini
on 04/12/2021 17:47
on 04/12/2021 17:47
Change comment:
There is no comment for this version
To version 78.1
edited by Andrea Omicini
on 08/12/2021 18:30
on 08/12/2021 18:30
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -36,12 +36,12 @@ 36 36 > **Tag Cloud** / {{stringEngIta eng = "Theses" ita = "tesi" /}} / $userFirstName **$userLastName** 37 37 38 38 #set( $from = ", BaseObject as obj0, StringProperty as prop0, LargeStringProperty as prop1, LargeStringProperty as prop2, LargeStringProperty as prop3" ) 39 - #set( $where = "obj0.name = doc.fullName and obj0.className = 'Theses.ThesisClass' and obj0.name <> 'Theses.Thesis ClassTemplate' andobj0.name <> 'Theses.ThesisTemplate' and prop0.id.id = obj0.id and prop1.id.id = obj0.id and prop2.id.id = obj0.id and prop3.id.id = obj0.id and prop0.name = 'status' and lower(prop0.value) = 'completed' and prop1.name = 'supervisors' and prop2.name = 'cosupervisors' and prop3.name = 'contacts' and ( prop1.value like '%$userName%' or prop2.value like '%$userName%' or prop3.value like '%$userName%' )" )39 + #set( $where = "obj0.name = doc.fullName and obj0.className = 'Theses.ThesisClass' and obj0.name <> 'Theses.ThesisTemplate' and prop0.id.id = obj0.id and prop1.id.id = obj0.id and prop2.id.id = obj0.id and prop3.id.id = obj0.id and prop0.name = 'status' and lower(prop0.value) = 'completed' and prop1.name = 'supervisors' and prop2.name = 'cosupervisors' and prop3.name = 'contacts' and ( prop1.value like '%$userName%' or prop2.value like '%$userName%' or prop3.value like '%$userName%' )" ) 40 40 #else 41 41 >**Tag Cloud** / {{stringEngIta eng="Theses" ita="tesi" /}} 42 42 43 43 #set( $from = ", BaseObject as obj0, StringProperty as prop0" ) 44 - #set( $where = "obj0.name = doc.fullName and obj0.className = 'Theses.ThesisClass' and obj0.name <> 'Theses.Thesis ClassTemplate' andobj0.name <> 'Theses.ThesisTemplate' and prop0.id.id = obj0.id and prop0.name = 'status' and lower(prop0.value) = 'completed'" )44 + #set( $where = "obj0.name = doc.fullName and obj0.className = 'Theses.ThesisClass' and obj0.name <> 'Theses.ThesisTemplate' and prop0.id.id = obj0.id and prop0.name = 'status' and lower(prop0.value) = 'completed'" ) 45 45 #end 46 46 ## 47 47 #set( $tagCount = $xwiki.tag.getTagCountForQuery($from, $where) ) ... ... @@ -99,7 +99,7 @@ 99 99 ((( 100 100 #foreach( $thesis in $thesisFound) 101 101 #set($thesisDoc = $xwiki.getDocument($thesis) ) 102 -[[image:icon:book]] {{thesis}}$thesisDoc{{/thesis}} 102 +[[image:icon:book]] {{thesis}}$thesisDoc{{/thesis}} 103 103 #end 104 104 ))) 105 105 #if( $embodiedPage )