Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4 M1, 1.3.2
-
Component/s: {Unused} APIs, {Unused} Core
-
Labels:None
-
keywords:bugfixingday
-
Tests:Unit
-
Similar issues:
Description
Reproduction :
#set ($foobar = $xwiki.getDocument("Foo.Bar"))
- $foobar.getVersion()
$foobar.setContent("Foobar")
$foobar.save() - $foobar.getVersion()