Changes for page Per Status

From version 94.3
edited by Andrea Omicini
on 22/06/2023 15:15
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
... ... @@ -204,11 +204,12 @@
204 204   #if( $showInline && !$showBibtex )
205 205   <ul>
206 206   #foreach( $item in $itemMap[$status] )
207 - <li>#pubperstatus($item)</li>
207 + <li>#publinked($item)</li>
208 +## <li>#pubperstatus($item)</li>
208 208   #end
209 209   </ul>
210 210   #else
211 - #foreach( $item in $itemMap[$status] )
212 + #foreach( $item in $itemMap[$sort] )
212 212   #if( $showBibtex)
213 213   #if( $showInline )
214 214   ((({{{ $xwiki.getDocument($item).getValue('bibtex') }}})))