Changes for page Home

Last modified by Alex Cotiugă on 2026/05/05 12:12

From version 11.11
edited by Alex Cotiugă
on 2026/05/05 12:11
Change comment: There is no comment for this version
To version 11.10
edited by Alex Cotiugă
on 2026/05/05 12:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,7 +5,7 @@
5 5   #displayPublicContent()
6 6  #else
7 7   [[Projects>>Projects.WebHome]]
8 - #set ($statement = "from doc.object(Agnease.Code.ContactRequest.ContactRequestClass) request where doc.fullName <> 'contact.WebHome'")
8 + #set ($statement = "from doc.object(Agnease.Code.ContactRequest.ContactRequestClass) where doc.fullName <> 'contact.WebHome'")
9 9   #set ($results = $services.query.xwql($statement).execute())
10 10   [[Contact requests>>ContactRequests.WebHome]]: $results.size()
11 11  #end