Last modified by Alex Cotiuga on 2026/07/27 06:09

From version 18.26
edited by Alex Cotiuga
on 2026/07/09 20:59
Change comment: There is no comment for this version
To version 18.27
edited by Alex Cotiuga
on 2026/07/09 21:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -150,31 +150,31 @@
150 150   New Agnease contact request
151 151  
152 152   Name:
153 - $!contactRequestObj.getValue('name')
153 + $!contactRequestObj.get('name')
154 154  
155 155   Email:
156 - $!contactRequestObj.getValue('email')
156 + $!contactRequestObj.get('email')
157 157  
158 158   Source page:
159 - $!contactRequestObj.getValue('sourcePage')
159 + $!contactRequestObj.get('sourcePage')
160 160  
161 161   Already uses XWiki:
162 - $!contactRequestObj.getValue('alreadyUseXWiki')
162 + $!contactRequestObj.get('alreadyUseXWiki')
163 163  
164 164   Hosting:
165 - $!contactRequestObj.getValue('hosting')
165 + $!contactRequestObj.get('hosting')
166 166  
167 167   Custom development:
168 - $!contactRequestObj.getValue('customDevelopment')
168 + $!contactRequestObj.get('customDevelopment')
169 169  
170 170   Timeline:
171 - $!contactRequestObj.getValue('timeline')
171 + $!contactRequestObj.get('timeline')
172 172  
173 173   Users:
174 - $!contactRequestObj.getValue('users')
174 + $!contactRequestObj.get('users')
175 175  
176 176   Message:
177 - $!contactRequestObj.getValue('scope')
177 + $!contactRequestObj.get('scope')
178 178  
179 179   Internal request page:
180 180   $xwiki.getURL($contactRequestDoc.fullName)