Changes for page Per Status

From version 94.2
edited by Andrea Omicini
on 22/06/2023 15:14
Change comment: There is no comment for this version
To version 93.1
edited by Andrea Omicini
on 22/06/2023 13:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -29,8 +29,6 @@
29 29   #set( $showInline = false )
30 30  #end
31 31  ## HANDLE INLINE / END
32 -inline $showInline
33 -bibtext $showBibtex
34 34  ##
35 35  ## HANDLE STATUS / START
36 36  #template('apice_publications.vm')
... ... @@ -206,11 +206,12 @@
206 206   #if( $showInline && !$showBibtex )
207 207   <ul>
208 208   #foreach( $item in $itemMap[$status] )
209 - <li>#pubperstatus($item)</li>
207 + <li>#publinked($item)</li>
208 +## <li>#pubperstatus($item)</li>
210 210   #end
211 211   </ul>
212 212   #else
213 - #foreach( $item in $itemMap[$status] )
212 + #foreach( $item in $itemMap[$sort] )
214 214   #if( $showBibtex)
215 215   #if( $showInline )
216 216   ((({{{ $xwiki.getDocument($item).getValue('bibtex') }}})))