Modifiche per il documento Relatori
Dalla versione 96.2
modificato da Andrea Omicini
il 30/06/2023 00:28
il 30/06/2023 00:28
Cambia il commento:
Nessun commento per questa versione
Alla versione 97.1
modificato da Andrea Omicini
il 30/06/2023 00:28
il 30/06/2023 00:28
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,9 +6,6 @@ 6 6 #### tag parameter possibly brings name to be used as tag 7 7 #if( !$request.tag ) 8 8 ## no tag parameter --> just the cloud 9 -#if( !$request.tag ) 10 -## subtitle 11 ->{{stringEngIta eng="$objectEngPlural" ita= "$objectItaPlural"/}}#if( $oneUser ) / $userFirstName $userLastName#{end} 12 12 ## set query 13 13 #set( $query = ", BaseObject as obj, LargeStringProperty as prop0, StringProperty as prop1, DateProperty as prop2 14 14 where obj.name = doc.fullName and obj.className = '${objectSpace}.${objectClass}' and obj.name <> '${objectSpace}.${objectTemplate}' and prop0.id.id = obj.id and prop1.id.id = obj.id and prop2.id.id = obj.id and prop0.name = 'supervisors' and prop0.value <> '' and prop1.name = 'status' and lower(prop1.value) = 'completed' and prop2.name = 'end' order by prop2.value desc" )