Modifiche per il documento Per stato

Dalla versione 67.4
modificato da Andrea Omicini
il 09/09/2022 12:27
Cambia il commento: Nessun commento per questa versione
Alla versione 67.6
modificato da Andrea Omicini
il 18/11/2022 00:44
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -63,9 +63,10 @@
63 63  #end
64 64  ##
65 65  #if( !$oneStatus )
66 -(% style="font-size: smaller; padding:1em 1.5em 0.25em 1.5em; background-color:$theme.highlightColor" %)(((#foreach( $status in $statusList )#if( $velocityCount > 1 ) | #end[[{{pubStatus}}$status{{/pubStatus}}>>||anchor=$status]]#end)))
66 +(% style="font-size: smaller; padding:1em 1.5em 0.25em 1.5em; background-color:$theme.highlightColor" %)(((#foreach( $status in $statusList )#if( $foreach.index > 0 ) | #end[[{{pubStatus}}$status{{/pubStatus}}>>||anchor=$status]]#end)))
67 67  #end
68 68  ##
69 +$statusList
69 69  #foreach( $status in $statusList )
70 70   #set( $from = ", BaseObject as obj, LargeStringProperty as prop0, StringProperty as prop1" )
71 71   #set( $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 prop0.name='author' and (prop0.value like '%$authorFirstName $authorLastName%' or prop0.value like '%$authorLastName, $authorFirstName%') and prop1.name = 'status' and prop1.value = '$status'" )