Modifiche per il documento Per anno

Dalla versione 76.1
modificato da Andrea Omicini
il 29/10/2021 15:35
Cambia il commento: Nessun commento per questa versione
Alla versione 78.1
modificato da Andrea Omicini
il 29/10/2021 15:37
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -6,12 +6,12 @@
6 6  #set( $yearPar = $mathtool.toInteger($request.year) )
7 7  #set( $fromPar = $mathtool.toInteger($request.from) )
8 8  #set( $toPar = $mathtool.toInteger($request.to) )
9 -#set( $firstYear = $mathtool.toInteger($firstYearTh) )
10 -#set( $lastYear = $mathtool.toInteger($lastYearTh) )
9 +#set( $firstYear = $mathtool.toInteger($firstYearTh) )$firstYear
10 +#set( $lastYear = $mathtool.toInteger($lastYearTh) )$lastYear
11 11  #set( $yearList = [$lastYear..$firstYear] )
12 12  #if( $yearPar != '' )
13 13   #set( $oneYear = true )
14 - $yearList = [$yearPar]
14 + #set( $yearList = [$yearPar] )
15 15  #else
16 16   #if( $fromPar != '' && $yearList.contains($fromPar) )
17 17   #set( $firstYear = $fromPar )