Changes for page Main

Last modified by Administrator on 2023/03/27 10:53

From version 3.1
edited by Administrator
on 2020/01/07 18:45
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/11.10.2]
To version 4.1
edited by Administrator
on 2020/04/11 15:02
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/11.10.4]

Summary

Details

Page properties
Content
... ... @@ -437,7 +437,7 @@
437 437   #try()
438 438   #set ($discard = $copyAsJob.join())
439 439   #set ($copyAsJobStatus = $services.job.getJobStatus($copyAsJob.request.id))
440 - #set ($errorMessage = $copyAsJobStatus.logTail.getFirstLogEvents('ERROR').toString())
440 + #set ($errorMessage = $copyAsJobStatus.logTail.getFirstLogEvent('ERROR').toString())
441 441   #end
442 442   #end
443 443  #end