Changes for page test anchor
Last modified by Vincent Gyda on 2022/02/02 22:25
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,2 +1,2 @@ 1 1 2 -{{velocity}}$services.query.xwql("from XWikiSpace as space where doc.space= space.reference and ((doc.name <> 'WebHome' and lower(doc.name) like "%01 SectoralLayer%") or (doc.name= 'WebHome'and lower(space.name) like "%01 SectoralLayer.Sectoral Layer Glossary.%"))").execute(){{/velocity}}2 +{{velocity}}$services.query.xwql("select space.name from XWikiSpace as space where space.parent = 'Parent Space'").execute(){{/velocity}}