Modifiche per il documento Relatori
Dalla versione 70.1
modificato da Andrea Omicini
il 08/11/2021 14:33
il 08/11/2021 14:33
Cambia il commento:
Nessun commento per questa versione
Alla versione 73.1
modificato da Andrea Omicini
il 08/11/2021 14:39
il 08/11/2021 14:39
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -37,7 +37,7 @@ 37 37 >**Tag Cloud** / {{stringEngIta eng="Theses" ita="Tesi" /}} 38 38 39 39 #set( $from = ", BaseObject as obj0, StringProperty as prop0" ) 40 - #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 andprop0.name = 'status' and lower(prop0.value) = 'completed'" )40 + #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 prop0.name = 'status' and lower(prop0.value) = 'completed'" ) 41 41 #end 42 42 ## 43 43 #set( $tagCount = $xwiki.tag.getTagCountForQuery($from, $where) )