Modifiche per il documento Per anno

Dalla versione 27.2
modificato da Andrea Omicini
il 25/10/2021 18:29
Cambia il commento: Nessun commento per questa versione
Alla versione 28.1
modificato da Andrea Omicini
il 25/10/2021 18:38
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -79,17 +79,17 @@
79 79  = $status =
80 80  ## some selected status or all statuses / now $status
81 81   #if( $userSelected )
82 -== $userName ==
82 +== $selectedUser ==
83 83  ## some user selected
84 84   #if( $roleSelected )
85 85  ## some specific role selected
86 -=== $roleSelectedFieldName ===
86 +=== $roleSelected ===
87 87   #set ($sql = ", BaseObject as obj, StringProperty as prop0, LargeStringProperty as prop1, DateProperty as prop2
88 - where obj.name = doc.fullName and obj.className = 'Theses.ThesisClass' and obj.name <> 'Theses.ThesisClassTemplate' and obj.name <> 'Theses.ThesisTemplate' and prop0.id.id = obj.id and prop1.id.id = obj.id and prop2.id.id = obj.id and prop0.name = 'status' and prop1.name = '$roleSelectedFieldName' and prop2.name = '$orderingDateFieldName' and lower(prop0.value) = '$status' and prop1.value like '%$userName%' order by prop2.value desc" )
88 + where obj.name = doc.fullName and obj.className = 'Theses.ThesisClass' and obj.name <> 'Theses.ThesisClassTemplate' and obj.name <> 'Theses.ThesisTemplate' and prop0.id.id = obj.id and prop1.id.id = obj.id and prop2.id.id = obj.id and prop0.name = 'status' and prop1.name = '$roleSelectedFieldName' and prop2.name = '$orderingDateFieldName' and lower(prop0.value) = '$status' and prop1.value like '%$selectedUser%' order by prop2.value desc" )
89 89   #else
90 90  ## no specific role selected
91 91   #set ($sql = ", BaseObject as obj, StringProperty as prop0, LargeStringProperty as prop1, LargeStringProperty as prop2, LargeStringProperty as prop3, DateProperty as prop4
92 - where obj.name = doc.fullName and obj.className = 'Theses.ThesisClass' and obj.name <> 'Theses.ThesisClassTemplate' and obj.name <> 'Theses.ThesisTemplate' and prop0.id.id = obj.id and prop1.id.id = obj.id and prop2.id.id = obj.id and prop3.id.id = obj.id and prop4.id.id = obj.id and prop0.name = 'status' and prop1.name = 'supervisor' and prop2.name = 'coSupervisors' and prop3.name = 'contact' and prop4.name = '$orderingDateFieldName' and lower(prop0.value) = '$status' and ( prop1.value like '%$userName%' or prop2.value like '%$userName%' or prop3.value like '%$userName%' ) order by prop4.value desc" )
92 + where obj.name = doc.fullName and obj.className = 'Theses.ThesisClass' and obj.name <> 'Theses.ThesisClassTemplate' and obj.name <> 'Theses.ThesisTemplate' and prop0.id.id = obj.id and prop1.id.id = obj.id and prop2.id.id = obj.id and prop3.id.id = obj.id and prop4.id.id = obj.id and prop0.name = 'status' and prop1.name = 'supervisor' and prop2.name = 'coSupervisors' and prop3.name = 'contact' and prop4.name = '$orderingDateFieldName' and lower(prop0.value) = '$status' and ( prop1.value like '%$selectedUser%' or prop2.value like '%$selectedUser%' or prop3.value like '%$selectedUser%' ) order by prop4.value desc" )
93 93   #end
94 94   #else
95 95  ## no user selected, no role selected
... ... @@ -100,8 +100,9 @@
100 100   #set( $thesisFound = $xwiki.searchDocuments($sql) )
101 101   #set( $thesisFoundNo = $thesisFound.size() )
102 102  ##
103 - #foreach ($thesis in $thesisFound)#set($thesisDoc = $xwiki.getDocument($thesis))
104 -* [[$thesisDoc.getValue("title")>>$thesisDoc]]#thesisTitleLink($thesis)#if( $thesisDoc.getValue("studentUserName") != "" || $thesisDoc.getValue("studentName") != "" || ( $thesisDoc.getValue("studentFirstName") != "" && $thesisDoc.getValue("studentLastName") != "" ) ) //(#thesisAuthorLink($thesis)#if( $thesisDoc.display("endDate") != "" ), #thesisYear($thesis)#end)//#end
103 + #foreach ($thesis in $thesisFound)
104 + #set($thesisDoc = $xwiki.getDocument($thesis))
105 +* [[$thesisDoc.title>>$thesisDoc]]#if( $thesisDoc.studentUserName != "" )//$thesisDoc.studentUserName//#elseif( $thesisDoc.studentFirstName != "" && $thesisDoc.studentLastName != "" )//$thesisDoc.studentFirstName $thesisDoc.studentLastName//#end#if( $thesisDoc.endDate != "" ) ($thesisDoc.endDate)#end
105 105  
106 106   #end
107 107  #end