Changes for page 3D Printing
Last modified by Josh McGee on 2026/01/21 13:23
From version 62.1
edited by Josh McGee
on 2025/11/19 11:07
on 2025/11/19 11:07
Change comment:
There is no comment for this version
To version 61.1
edited by Josh McGee
on 2025/11/19 11:02
on 2025/11/19 11:02
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -30,11 +30,7 @@ 30 30 #else 31 31 #foreach($childRef in $children) 32 32 #set($childDoc = $xwiki.getDocument($childRef)) 33 - #set($title = $childDoc.getDisplayTitle()) 34 - ## Skip "Page Administration" pages 35 - #if ($title != 'Page Administration') 36 - * [[$title>>$childDoc]] 37 - #end 33 + * [[$childDoc.getDisplayTitle()>>$childDoc]] 38 38 #end 39 39 #end 40 40 #end ... ... @@ -44,4 +44,3 @@ 44 44 45 45 46 46 47 -