From version < 3.1 >
edited by Xwiki Admin
on 2019/10/17 11:07
To version < 4.1
edited by Xwiki Admin
on 2019/12/20 09:53
<
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/11.10.1]

Summary

Details

Page properties
Content
... ... @@ -437,10 +437,7 @@
437 437   #try()
438 438   #set ($discard = $copyAsJob.join())
439 439   #set ($copyAsJobStatus = $services.job.getJobStatus($copyAsJob.request.id))
440 - #set ($errorLogs = $copyAsJobStatus.log.getLogs('ERROR'))
441 - #if ($errorLogs.size() > 0)
442 - #set ($errorMessage = $errorLogs.get(0).toString())
443 - #end
440 + #set ($errorMessage = $copyAsJobStatus.logTail.getFirstLogEvents('ERROR').toString())
444 444   #end
445 445   #end
446 446  #end
No changes

My Recent Modifications

Need help?

If you need help with XWiki you can contact:

----------------------------