Changes for page Get in Touch About Your XWiki Project
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 15.3
edited by Alex Cotiugă
on 2026/05/02 09:37
on 2026/05/02 09:37
Change comment:
There is no comment for this version
To version 15.11
edited by Alex Cotiugă
on 2026/05/02 12:15
on 2026/05/02 12:15
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -17,6 +17,8 @@ 17 17 #end 18 18 19 19 #set ($discard = $contactRequestDoc.saveAsAuthor()) 20 + 21 + #set ($message = "$message $contactRequestDoc.isNew() ") 20 20 21 21 ##set ($statusCode = 400) 22 22 ##set ($message = 'error') ... ... @@ -27,6 +27,7 @@ 27 27 {{/velocity}} 28 28 29 29 {{velocity}} 32 +#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 30 30 #set ($discard = $xwiki.ssx.use('contact.WebHome')) 31 31 #set ($xobject = $doc.getObject('Agnease.Code.ContactRequest.ContactRequestClass')) 32 32 #set ($xclass = $xobject.xWikiClass)