Changes for page Get in Touch About Your XWiki Project
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 14.3
edited by Alex Cotiugă
on 2026/05/02 09:27
on 2026/05/02 09:27
Change comment:
There is no comment for this version
To version 14.2
edited by Alex Cotiugă
on 2026/05/02 09:27
on 2026/05/02 09:27
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -5,7 +5,7 @@ 5 5 #set ($random = $mathtool.random(100000, 999999)) 6 6 #set ($uniqueName = "ContactRequest-${now}-${random}") 7 7 #set ($contactRequestDoc = $xwiki.getDocument('ContactRequests.' + $uniqueName)) 8 - #set ($contactRequestObj = $contactRequestDoc.getObject('Agnease.Code.ContactRequest.ContactRequestClass', true)) 8 + #set ($contactRequestObj = $contactRequestDoc.getObject('Agnease.Code.ContactRequests.ContactRequestsClass', true)) 9 9 #set ($statusCode = 200) 10 10 #set ($message = 'Your request was successfully sent.') 11 11