Changes for page Supervisors

From version 74.1
edited by Andrea Omicini
on 08/11/2021 14:42
Change comment: There is no comment for this version
To version 74.2
edited by Andrea Omicini
on 08/11/2021 14:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -29,7 +29,7 @@
29 29   #end
30 30   #end
31 31   #if( $userSelected )
32 -> **Tag Cloud** / {{stringEngIta eng = "Theses" ita = "tesi" /}} / $userFirstName $userLastName
32 +> **Tag Cloud** / {{stringEngIta eng = "Theses" ita = "tesi" /}} / $userFirstName **$userLastName**
33 33  
34 34   #set( $from = ", BaseObject as obj0, StringProperty as prop0, LargeStringProperty as prop1, LargeStringProperty as prop2, LargeStringProperty as prop3" )
35 35   #set( $where = "obj0.name = doc.fullName and obj0.className = 'Theses.ThesisClass' and obj0.name <> 'Theses.ThesisClassTemplate' 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%' )" )